Answer Posted / prapti
An applet is a program written in the Java programming
language that can be included in an HTML page, much in the
same way an image is included in a page. When you use a
Java technology-enabled browser to view a page that
contains an applet, the applet's code is transferred to
your system and executed by the browser's Java Virtual
Machine (JVM). For information and examples on how to
include an applet in an HTML page, refer to this
description of the <APPLET> tag.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why does the tag url-encode javascript and mailto links?
What is the map interface?
What are the difference between RMI and CORBA?
What is the difference between session and entity beans?
Can I run seam outside of jboss as?
What is the difference between long.class and long.type?
Why won’t the jvm terminate when I close all the application windows?
What is the argument type of a programs main() method?
Explain the steps in details to load the server object dynamically?
Why is string immutable in java?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Will the general public have access to the infobus apis?
Do you think that java should have had pointers?
Can constructors be synchronized in java?
What is the highest-level event class of the event-delegation model?