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
Can we have a method name same as class name in java?
What is java util function?
How big is a 64 bit float?
Can I uninstall java?
Difference between final and effectively final ? Why is effectively final even required ?
What are the different access modifiers available in java?
What is a top level class in java?
How do you define a set in java?
Why does java does not support multiple inheritance? Explain
What are the major drawbacks of external iteration?
What are packages in java?
What is called module?
What is try-with-resources in java?
List some oops concepts in java?
What are Normalization Rules? Define Normalization?