What is a Java applet?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a Java applet?
Rating:
A Java applet is a program written in the Java programming language. It can be included in an HTML page. A Java technology-enabled browser is required to view a page that contains an applet. If such a page is accessed, the applet's code is transferred to the client's computer and executed by the browser's Java Virtual Machine (JVM). A Java applet is included in an HTML document by using the <APPLET> tag.
Rating:
Was this information helpful?
Other articles
- Java-Data types, Variables, and Arrays
- What is JDBC?
- How are packages declared?
- What is an Enterprise JavaBeans container?
- What is a vulnerability attack?