Differences between applications and applets?

Answer Posted / antony

Application:
Java applications fit the traditional application model
in the sense that they are executed from a command line and
need to be installed on, or migrated to, each application
host machine and then executed within that machine's JVM

Applet:

Applets do not live in a page as is commonly perceived.
Applets are actually Java classes identified via HyperText
Markup Language (HTML) tags within Web documents, it is
these HTML tags that are embedded within Web documents.
Java Applets are loaded from Web Servers somewhere on the
Internet or within your corporate Intranet or Extranet.

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are there books about seam?

621


What is the highest-level event class of the event-delegation model?

562


Do you think that java should have had pointers?

588


Why does the tag url-encode javascript and mailto links?

571


What are the design considerations while making a choice between using interface and abstract class?

535






Which textcomponent method is used to set a textcomponent to the read-only state?

620


What are the services in RMI ?

1873


Why use POJO when I can use hashmap

2039


How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!

2541


Explain what is orm?

665


In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?

575


What you mean by COM and DCOM?

605


How are the elements of a borderlayout organized?

586


What are the different types of exception?

562


How can I avoid validating a form before data is entered?

543