How do you load an HTML page from an Applet ?
Answers were Sorted based on User's Feedback
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 |
What are the different http methods?
How are commas used in the initialization and iteration parts of a for statement?
Why java strings are immutable in nature?
Why are the methods of the Math class are static?
What is a static method in java?
What are "class access modifiers" in Java?
Can we make a constructor final?
what is the difference between the "protected and default" modifiers?
What is a function in programming?
Difference between ?System.out.println? and ?System.error.println??
Difference between Encapsulation and Abstraction
why java not supproting multiple inheritance?