Differences between applications and applets?
Answers were Sorted based on User's Feedback
Answer / senthil kumar.t
Applications are simple java program that can be run from
java console.
applets are java program that can be run from internet
browsers.
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / 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 |
Answer / lalit gupta
Applications are simple java program which are run on
console .Application can not be run without java.
but Applets are java program that can be run on console as
well as browser. Applet can be run without java because
every OS has JVM.JVM invoke applet without java.
| Is This Answer Correct ? | 9 Yes | 4 No |
what is handle?
types of exceptions
What is DTD?
What are the types of data passing mechanisams under JMS specification?
How can a dead thread be restarted?
How JNDI is used in JMS ?
Is the session factory thread safe?
Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,
Are we allowed to change the transaction isolation property in middle of a transaction?
what are getters and setters in Java with examples?
How do you iterate in Hashmap?