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 we have a method name same as class name in java?

837


What is java util function?

743


How big is a 64 bit float?

784


Can I uninstall java?

823


Difference between final and effectively final ? Why is effectively final even required ?

776


What are the different access modifiers available in java?

810


What is a top level class in java?

759


How do you define a set in java?

753


Why does java does not support multiple inheritance? Explain

765


What are the major drawbacks of external iteration?

834


What are packages in java?

964


What is called module?

775


What is try-with-resources in java?

871


List some oops concepts in java?

813


What are Normalization Rules? Define Normalization?

779