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 a substitution variable?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
What is the difference between Java and C++?
What are latest features introduced with java 8?
What is tcp and udp?
How can we make sure main() is the last thread to finish in java program?
Why do we need singleton?
What is the purpose of lambda expressions?
Is it necessary that each try block must be followed by a catch block?
Why set is used in java?
What is a protected void?
Realized?
Can we execute java program without main method?
what do you mean by classloader in java?
what is daemon thread and which method is used to create the daemon thread? : Java thread