Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Java%20Applet%20Interview%20Questions%20and%20Answers

Question: How do Applets differ from Applications?
Answer:

Following are the main differences:

Application: Stand Alone, doesn't need web-browser.

Applet: Needs no explicit installation on local machine. Can be transferred through Internet on to the local machine and may run as part of web-browser.

Application: Execution starts with main() method. Doesn't work if main is not there.

Applet: Execution starts with init() method.

Application: May or may not be a GUI.

Applet: Must run within a GUI (Using AWT). This is essential feature of applets.

Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook