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.
How to deploy Jar, War files in J2EE?
What are callback interfaces?
What is colon_pkg_prefixes and what is its use?
What is a class loader?
What restrictions are placed on the values of each case of a switch statement?
What is metaspace?
For which statements does it make sense to use a label?
Can I use multiple html form elements with the same name?
Is jvm a overhead?
what is Activation Instantinator?
What is ioc concept?
What is scalable, portability in the view of J2EE?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?