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
What is ripple effect?
What is colon_pkg_prefixes and what is its use?
What are externizable interface?
Are enterprise beans allowed to use thread.sleep()?
Should synchronization primitives be used on bean methods?
what are RemoteObjects?
Difference between swing and awt?
What is scalable, portability in the view of J2EE?
What do you mean by Socket Programming?
What is the difference between RMI registry and OS Agent?
Which container method is used to cause a container to be laid out and redisplayed?
What is the map interface?
How would you create a button with rounded edges?
What is RMI and what are the services in RMI?
Write a singleton program?