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

What is chat area? Explain.

764


What is Stream Tokenizer?

1953


What is clustering? What are the different algorithms used for clustering?

795


What is a modular application? What does module-relative mean?

743


Are enterprise beans allowed to use thread.sleep()?

881


How task's priority is used in scheduling?

1997


Why use a datasource when you can directly specify a connection details?

765


Do I need to import javlang package any time? Why ?

841


What do you need to set-up a cluster with jboss?

803


What is the immediate superclass of the applet class?

829


When a thread blocks on i/o?

779


which type of objects reference will be given to client?

2252


Explain the steps in details to load the server object dynamically?

4779


How to pass parameters in RMI?

1960


How would you reatach detached objects to a session when the same object has already been loaded into the session?

925