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
Explain how will the struts know which action class to call when you submit a form?
Can I run seam with jdk 1.4 and earlier?
What are local interfaces? Describe.
Which component handles cluster communication in jboss?
What is the highest-level event class of the event-delegation model?
Can I map more than one table in a cmp?
Is “abc” a primitive value?
When a thread blocks on i/o, what state does it enter?
What is the difference between a static and a non-static inner class?
What must a class do to implement an interface?
What is colon_pkg_prefixes and what is its use?
Where can I ask questions and make suggestions about seam?
What is glasgow?
What is the purpose of the wait() method?
What is ioc concept & explain it?