Difference between Application and Applet ?
Answer Posted / janet
1. Application must be run on local machine where as applet
needs no explicit installation on local machine.
2.Application must be run explicitly within java compatible
virtual machine where as applet loads and runs itself
automatically in a java enabled browser.
3. application starts execution with it's main method where
as applet starts execution with it's init method
4.application can run with or without graphical user
interface where as applet must run within graphical user
interface.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What does next mean in java?
What is the difference between multiple processes and multiple threads?
What are the basic concepts of OOPS in java?
Explain listiterator and methods in listiterator?
What is an anonymous class in java?
Can singleton class be cloned?
What means public static?
Explain when classnotfoundexception will be raised ?
List primitive java types?
What is the locale class in java programming?
What are static variables and functions?
How can we access some class in another class in java?
What is consumer interface?
Explain about transient variables in java?
What are static blocks in java ?