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

When should I use stringbuffer?

786


a thread is runnable, how does that work? : Java thread

696


Is java same as core java?

821


How does predicate work in java?

768


What makes a function well defined?

771


what is meant by Garbage collection?

830


Write a program based on Java script program.

855


What is scanner in java?

738


What are the wrapped, classes?

796


What is an association?

764


Tell me about your ability to work under pressure

1956


Can constructor be static or final?

861


What is literal example?

730


How will you call an Applet using Java Script Function?

749


What do you understand by casting in java language?

807