InterviewSolution
| 1. |
What Is Java Applet? |
|
Answer» Applet is java program that can be embedded into HTML pages. Java applets runs on the java enables WEB browsers such as mozila and internet EXPLORER. Applet is designed to run remotely on the client browser, so there are some RESTRICTIONS on it. Applet can't access SYSTEM resources on the local computer. Applets are used to make the web site more dynamic and entertaining. Applet is java program that can be embedded into HTML pages. Java applets runs on the java enables web browsers such as mozila and internet explorer. Applet is designed to run remotely on the client browser, so there are some restrictions on it. Applet can't access system resources on the local computer. Applets are used to make the web site more dynamic and entertaining. |
|