What is an applet?
Answers were Sorted based on User's Feedback
Answer / janet
Applet is a dynamic and interactive program that runs
inside a web page displayed by a java capable browser.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / m. abhishek
An applet is a small program that is intended not to be run
on its own, but rather to be embedded inside another
application.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
Answer / 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 |
Answer / rinal doshi 9998099633
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 ? | 0 Yes | 0 No |
list the types of dialodg
Can I map more than one table in a cmp?
How u validate date in DD/MM/YY format. and how u validate money in ur jsp
3 Answers Ashok Leyland, Satyam, Tech Mahindra, Tomax,
What is private static final long serialVersionUID = 1L;
Define prototype?
What are the different algorithms used for clustering?
What is a compilation unit?
What is UniCastRemoteObject and what is its use in RMI?
what are design patterns in java?give with example?
what is Activation Instantinator?
explain session tracking. why we used it
what are JSP tags? what is difference between include action and directory?