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


Please Help Members By Posting Answers For Below Questions

What is a substitution variable?

653


Which container method is used to cause a container to be laid out and redisplayed in java programming?

712


What is the difference between Java and C++?

696


What are latest features introduced with java 8?

694


What is tcp and udp?

688






How can we make sure main() is the last thread to finish in java program?

779


Why do we need singleton?

622


What is the purpose of lambda expressions?

674


Is it necessary that each try block must be followed by a catch block?

660


Why set is used in java?

657


What is a protected void?

596


Realized?

1754


Can we execute java program without main method?

601


what do you mean by classloader in java?

678


what is daemon thread and which method is used to create the daemon thread? : Java thread

628