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 |
What modifiers may be used with an inner class that is a member of an outer class?
What is a thread?
What is preemptive and Non-preemptive Time Scheduling?
Java is fully object oriented languages or not?
what is meant by JRMP?
What value does read() return when it has reached the end of a file?
If your ui seems to freeze periodically, what might be a likely reason?
What are the diff types of exception?
What is a convertor?
To identify IDL language what mapping mechanism is used?
What is there in browser that it supports web based applications of java or any other PL?
What is the difference between java class and bean?