Answer Posted / prapti mankad
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
What is Stream Tokenizer?
what are RemoteObjects?
Explain what is orm?
What modifiers may be used with an inner class that is a member of an outer class?
What is the infobus?
What is in-memory replication?
Difference between hashmap and hashtable?
What must a class do to implement an interface?
Why are some of the class and element names counter-intuitive?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
how i secure my site with the https protocol.what are the steps?
Which class is the immediate superclass of the menucomponent class?
What are the different algorithms used for clustering?
Are enterprise beans allowed to use thread.sleep()?