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
What is chat area? Explain.
What is Stream Tokenizer?
What is clustering? What are the different algorithms used for clustering?
What is a modular application? What does module-relative mean?
Are enterprise beans allowed to use thread.sleep()?
How task's priority is used in scheduling?
Why use a datasource when you can directly specify a connection details?
Do I need to import javlang package any time? Why ?
What do you need to set-up a cluster with jboss?
What is the immediate superclass of the applet class?
When a thread blocks on i/o?
which type of objects reference will be given to client?
Explain the steps in details to load the server object dynamically?
How to pass parameters in RMI?
How would you reatach detached objects to a session when the same object has already been loaded into the session?