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
Explain an intermediate language?
How to create com object in Java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Is space a character in java?
What is nested class?
Can a constructor have different name than a class name in java?
How do you ensure that n threads can access n resources without deadlock?
What is the static block?
What is indexof in java?
Can set contain duplicates?
What is the syntax and characteristics of a lambda expression?
What is t type java?
What is keyword auto for?
Which eclipse is best for java?
What sorting algorithm does javascript use?