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 |
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
diff between jsp include directive and jsp action include?
What do you know about seam?
Write a program to show synchronization?
how the mapping can be done from jsp to actionservlet?
what is the Scope of Final Keyword in Java?
How is serialization used generally ?
Connection Pooling with different type of databases?
what do u mean by java bean??
What is RMI Registry?
6 Answers Siemens, United Software Solutions,
How many requests can a server fetch at a time?
how to get value in combo for updation?