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

hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?

19 Answers  


What is Bootstrapping in RMI?

1 Answers  


how team leaders assign work for the team member like through papers,word document

1 Answers   TCS,


what is the Scope of Final Keyword in Java?

1 Answers   HCL,


what is activation monitor and what is its job?

1 Answers  


Difference between sleep and suspend?

3 Answers  


What is a modular application?

1 Answers  


What is the difference between session and entity beans?

1 Answers  


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

1 Answers  


How many requests can a server fetch at a time?

1 Answers  


A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions

1 Answers  


which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config

1 Answers  


Categories