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
Why is String immutable?
Define interface in java?
Is an empty arraylist null?
Which class cannot be a subclass in java?
Where pragma is used?
Tell us something about set interface.
What is boolean law?
Can we clone singleton object?
How can we create an immutable class in java?
What does i ++ mean in Java?
How many types of operators are there?
why using interface interface ?
How do you sort a list in java?
What is hash in java?
What is map java?