What is the difference between
applications and applets?
a)Application must be run on local machine
whereas applet needs no explicit installation on local machine. b)Application
must be run explicitly within a java-compatible virtual machine whereas applet
loads and runs itself automatically in a java-enabled browser. d)Application
starts execution with its main method whereas applet starts execution with its
init method. e)Application can run with or without graphical user interface
whereas applet must run within a graphical user interface.
Blog Author: Vijay Kumar
No comments:
Post a Comment