How do you load an HTML page from an Applet ?
Answers were Sorted based on User's Feedback
Answer / 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 |
How to re-get an object that is collected by garbage collector?
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????
How we can make copy of a java object?
What is += mean in java?
What is a qms manual?
Is java ee a framework?
What is prefix of a string?
What is final keyword?
How many types of keywords are there?
Is java free for commercial?
What is a classloader in java?
What is the use of protected in java?