Saturday 16 March 2013

What is the difference between applet and application?

What is the difference between applet and application? 
Difference b/w Applet and Application:

Applet
 :
1.Applet
 is a small java program,which is executed in the special browser.
2.Applet
 should not contain main () method.
3.Applet
 travel in the internet.

Application:

1.
 Application is executed in the JVM.
2.It contains main () method.

Blog Author: Vijay Kumar

Go to: Coding Problem Solutions

No comments: