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 are void methods?
What is the difference between declaration and definition in java?
What is the purpose of main function in java?
What do you mean by Function Overloading in java?
Is 0 true or false?
What is append function?
What is the list interface in java programming?
What does main method?
What about interthread communication and how it takes place in java?
What does || mean in vectors?
what are the methods in object?
State the significance of public, private, protected class?
Why is the type for real numbers called double?
What is the arraylist in java?
What is the use of http-tunneling in rmi?