How do you load an HTML page from an Applet ?

Answer Posted / anuj shukla

To execute an applet in a Web browser, you need to write a
short HTML text file
that contains the appropriate APPLET tag. Here is the HTML
file that executes
SimpleApplet:
<applet code="SimpleApplet" width=200 height=60>
</applet>

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you tell me range of byte?

555


What does indexof return in java?

531


What is overloading and overriding in java?

656


Difference between predicate, supplier and consumer ?

571


What is a for loop in java?

590






Can we overload final method in java?

544


What is the difference between JDBC 1.0 and JDBC 2.0?

2700


how to handle exceptions in ejb?

1867


What do you know about the garbage collector?

606


What are the Static and Dynamic Variables? Differentiate them.

594


Explain polymorphism citing an example.

584


What's the difference between an abstract class and interface in java?

550


Can you inherit from an abstract class java?

523


how come we know the object is no more used in the class?

5401


What are the 6 boolean operators?

547