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 a non-repeatable read?
How are commas used in the intialization and iteration parts of a for statement?
How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration
What event results from the clicking of a button?
can a static method be overridden
Difference between DurableSubscription and non- DurableSubscription?
What must a class do to implement an interface?
What are the services in RMI ?
What are the methods used for inter-thread communication? and in what class these methods are defined?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
What is the RMI and Socket?
difference between ejb,struts,hibernate,spring and jsp