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

Is it possible to stop the execution of a method before completion in a sessionbean?

0 Answers  


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

1 Answers  


Name the method to find, if a thread is active or not?

2 Answers  


What is prototype?

0 Answers  


How task's priority is used in scheduling?

0 Answers   HCL,






Do we need to override service() method

0 Answers  


What is ioc concept?

0 Answers  


what is Bootstrap loader program?

1 Answers   Rossell Techsys,


AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?

0 Answers  


Explain how will the struts know which action class to call when you submit a form?

0 Answers  


Difference between loadclass and class.forname?

0 Answers  


Hello, I'm java developer. My skill is programming with java,jsp, struts, struts2+spring, hibernate, eclipse, tomcat, mysql,Oracle,Middlegen and other open source technology. I'm interest work any web base project that use my ability above. The thing is that I have never got any chance to work in this field though i am very much comfort with my skills. So if any body want me then i will happily join you. Also I have also some of my friends if you. If you interest to outsource any project to me then also you are welcome. you can reach me by email at me4bangalore@yahoo.in

4 Answers  


Categories