Answer Posted / 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 |
Post New Answer View All Answers
Write a program to show synchronization?
Why are my checkboxes not being set from on to off?
What is the difference between a static and a non-static inner class?
How substring() method of string class create memory leaks?
What modifiers may be used with an inner class that is a member of an outer class?
What is prototype?
What is in-memory replication?
How are the elements of a cardlayout organized?
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??
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is the relationship between local interfaces and container-managed relationships?
How can I scroll through list of pages like the search results in google?
Do I have to use jsps with my application?
What is the difference between the session.get() method and the session.load() method?
Why are component architectures useful?