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 is heterogeneous in java?
What’s the difference between constructors and other methods?
What do you mean by buffering?
Write a program to reverse a number in java?
How list contains works in java?
What is the difference between private & public & friendly classes?
What is arraylist e?
If goto and const is reserve words than why it is not work in java?
What is a numeric format?
Tell me about your ability to work under pressure
What causes memory leak in java?
What package is math in java?
Does java support multiple inheritances?
Define an enumeration?
What are register variables what are the advantages?