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
What is udp in java?
What is the size of a string in java?
Why does java have different data types for integers and floating-point values?
What does jenkins do?
In java how do we copy objects?
What is unicode with example?
What is the static variable?
What do you know about java?
What are the different types of data structures in java?
What is a super method?
What are annotations in java?
How do you use wildcards?
Does google use java?
What is default switch case? Give example.
What are the actions that can occur when a thread enters blocked state?