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 happens if we override private method?
Write a factorial program using recursion in java?
What is the meaning of I ++ in java?
Is alive and join method in java?
Can a static class have a constructor java?
What is byte code and why is it important to java’s use for internet programming?
Difference between == and .equals() ?
Which Math method is used to calculate the absolute value of a number?
Why string is immutable with example?
What does compareto () do in java?
what are Hostile Applets?
How much ram can a 64 bit processor theoretically?