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 |
advantage of thread?
What are the ways to define classes that can be run as threads?
what about static?
What value does read() return when it has reached the end of a file?
What are the thread-to-thread communcation?
how can we load a file of a user in the database table?
In howmany ways a thread can be created?
which type of objects reference will be given to client?
What is a class loader?
Do you think that java should have had pointers?
how team leaders assign work for the team member like through papers,word document
What is the difference between static and non-static with examples?