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. 
 | 
   
No comments:
Post a Comment