Difference between "APPLET" and "APPLICATION"

Questions by Beena   answers by Beena

Showing Answers 1 - 4 of 4 Answers

Ratan Kumar Mishra

  • Sep 20th, 2005
 

(1)Applications are must run inlocal machine where as Applets needs no explicit installation on local machine.

(2)Applications mustbe run explicitly within a JVM where as Applets loads & runs itself automatically in a java-enabled browser.

(3)Application starts execution with its main method where as applet starts execution with its init method.

(4)Application can run with or without GUI but applet must run within a GUI.

Narinder Kaur

  • Oct 23rd, 2005
 

Applets do not sneak into the host machine

  Was this answer useful?  Yes

Manish Sharma

  • Nov 25th, 2005
 

Application is a program that run in a standalone machine, whilw applet is a application that can be run on web browser.

  Was this answer useful?  Yes

J Raghavendra

  • Dec 24th, 2005
 

An Applet is a special kind of java program that is designed to transmit over internet and automatically executed by java compatible web browser. An Applet can react to user input and dynamically change.Application can be an execution of a program in the host system.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions