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 difference between throw and throws ?

598


What are the differences between graph and tree?

647


Is array passed by reference in java?

579


What is the difference between jfc & wfc?

595


Can static method access instance variables ?

598






Explain about fail fast iterators in java?

563


What is a heavyweight component?

542


Is integer immutable in java?

549


How can you set the applet size?

576


Explain about serializable interface in java?

584


What does ide stand for?

523


What are the parts of a method?

537


Difference between association, composition and aggregation?

558


What are peerless components in java programming?

584


When we serialize an object does the serialization mechanism saves its references too?

508