Difference
between applets and application
                            Applet                                                                 Application
         1.     
Applets  are inherently use the GUI       1.GUI is optional ,mostly character
          E.g:
Webpage animation                             based. E.g:
Network Sever
   2. Method
expected by the JVM is init()     2.JVM expected
main() method for                   Start(),stop(),destroy() and paint()             Start up.
        method.   
   3 .It requires
more memory and web           3. Less
memory required.
        Browser.
    4 .Environmental input are supplied           4.Mostly
command line arguments
        Through PARAMETER embedded in 
        host html.
.
 
0 comments:
Post a Comment