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 are various types of class loaders used by jvm?
What is ripple effect?
What is the relationship between local interfaces and container-managed relationships?
What is the highest-level event class of the event-delegation model?
difference between ejb,struts,hibernate,spring and jsp
What is glasgow?
Should synchronization primitives be used on bean methods?
How to deploy Jar, War files in J2EE?
Is the infobus client side only?
What is in-memory replication?
What are local interfaces? Describe.
What if the static modifier is removed from the signature of the main method?
What is the difference between a menuitem and a checkboxmenuitem?
What is the purpose of the notify() method?
What is metaspace?