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 restrictions are placed on the location of a package statement within a source code file?
What is mdb and what is the special feature of that?
What are the different methods of identifying an object?
What is difference between object state and behavior?
Are there books about seam?
Is it possible to stop the execution of a method before completion in a sessionbean?
Name the eight primitive java types.
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What class is the top of the awt event hierarchy?
What is the relationship between an event-listener interface and an event-adapter class?
Where can I find seam examples and documentation?
Why do I get a duplicate name error when loading a jar file?
What is the form of storage space in java?
What is meant by method chaining?
Difference between hashmap and hashtable?