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 is the difference between a menuitem and a checkboxmenuitem?

0 Answers  


What is JNI?

1 Answers   Google, TCS,


What is the difference between static and non-static with examples?

0 Answers   HCL,


Is 'synchronised' a modifier?

2 Answers   NIIT,


Can I import same package/class twice? Will the jvm load the package twice at runtime?

0 Answers  






what is the diffrence between banking and insurance domain?

2 Answers  


Is multiple try block is possible in single java Application......

3 Answers  


Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.

4 Answers   HeadStrong,


How is a java object message delivered to a non-java client?

0 Answers  


What is the difference between RMI and Socket?

2 Answers  


What are the disadvantages of using threads?

3 Answers   Oracle, SFS,


What is the difference between a static and a non-static inner class?

0 Answers  


Categories