InterviewSolution
Saved Bookmarks
| 1. |
Define an applet in Java? |
|
Answer» APPLET is a Java program that gets embedded into web PAGES using the APPLET or OBJECT tag and runs inside the browser. It works at the client side, and is hosted on a web server. Applets MAKE WEBSITES dynamic and ENTERTAINING. |
|