Differences between applications and applets?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you think that java should have had pointers?

596


What is table mutation and how do you avoid it?

1915


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?

1630


What is a modular application? What does module-relative mean?

538


Is jvm a overhead?

623






What is the purpose of the finally clause of a try-catch-finally statement?

555


which book is better for jdbc ,servlets and jsp

1644


What event results from the clicking of a button?

693


What is the relation between the infobus and rmi?

556


How a component can be placed on Windows?

2264


What modifiers may be used with an interface declaration?

558


Difference between swing and awt?

601


Which containers use a border layout as their default layout?

606


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

520


What is meant by method chaining?

662