Differences between applications and applets?

Answers were Sorted based on User's Feedback



Differences between applications and applets?..

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

Differences between applications and applets?..

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

Differences between applications and applets?..

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

Post New Answer

More Advanced Java Interview Questions

What are the states associated in the thread?

3 Answers  


whats is mean by class.forName() whats the return type of class

3 Answers   SolutionNET,


what is the port number of RMI?

2 Answers  


For which statements does it make sense to use a label?

0 Answers  


How JNDI is used in JMS ?

1 Answers  


What if the static modifier is removed from the signature of the main method?

0 Answers  


How to determine applet?s height and width?

1 Answers  


what are memory considerations of jsp compares to other web components?

0 Answers   TCS,


What is the purpose of the wait() method?

0 Answers  


How many requests can a server fetch at a time?

1 Answers  


To identify IDL language what mapping mechanism is used?

0 Answers  


What is Connection Pooling?

1 Answers   Enteg Technologies, Infosys, Polaris,


Categories