How do you load an HTML page from an Applet ?

Answers were Sorted based on User's Feedback



How do you load an HTML page from an Applet ?..

Answer / guest

by appletviewer or a web browser

Is This Answer Correct ?    0 Yes 2 No

How do you load an HTML page from an Applet ?..

Answer / 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

More Core Java Interview Questions

How do you clear an arraylist in java?

0 Answers  


What is string in java is it a data type?

0 Answers  


What is a void in java?

0 Answers  


What is the purpose of object oriented programming?

0 Answers  


How is final different from finally and finalize?

0 Answers  






what is the difference between java and j2ee... is that can i work j2ee on net beans IDE 6.0

2 Answers  


What is OOPS Concept?

1 Answers   Cap Gemini,


What is blank final variable?

0 Answers  


why are there separate wait and sleep methods? : Java thread

0 Answers  


What is variable length arguments in java?

0 Answers  


What is data type in computer?

0 Answers  


Who is founder of java?

0 Answers  


Categories