Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is the difference between a Java application and a Java applet?
What is the difference between a Java application and a Java applet?
✍: .fyicenter.com
The difference between a Java application and a Java applet is that a Java application is a program that can be executed using the Java interpeter, and a JAVA applet can be transfered to different networks and executed by using a web browser (transferable to the WWW).
2012-04-12, 2874👍, 0💬
Popular Posts:
What’s the difference between Unit testing, Assembly testing and Regression testing? Unit testing is...
Once I have developed the COM wrapper do I have to still register the COM in registry? Yes.
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...
How To Define a Sub Function? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and Functions A...
Why does malloc(0) return valid memory address? What's the use? malloc(0) does not return a non-NULL...