Answer Posted / 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 |
Post New Answer View All Answers
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
How are commas used in the intialization and iteration parts of a for statement?
How a component can be placed on Windows?
how do you Handle Front End Application data against DB with example?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What are the call back methods in entity bean?
Explain phantom read?
What must a class do to implement an interface?
whats is mean by connectionpooling
What are various types of class loaders used by jvm?
What is aop(assepct oriented programing)?
How task's priority is used in scheduling?
What is ioc concept?
Explain the difference between object state and behavior?
What are transaction attributes?