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 the difference between the ‘font’ and ‘fontmetrics’ class?
What are the different algorithms used for clustering?
What is difference between object state and behavior?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What do you need to set-up a cluster with jboss?
What is the difference between a static and a non-static inner class?
Explain how will the struts know which action class to call when you submit a form?
What if the static modifier is removed from the signature of the main method?
Name three component subclasses that support painting?
which book is better for jdbc ,servlets and jsp
What is in-memory replication?
Is jvm a overhead?
Difference between loadclass and class.forname?
How will you pass parameters in RMI? Why do you serialize?
which type of objects reference will be given to client?