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 is the difference between the paint() and repaint() methods in java programming?
What is the size of int in 64-bit jvm?
diff between abstract methods and interfaces with programing (code) example?
What are the advantages of java over cpp?
Which class represents the socket that both the client and server use to communicate with each other?
Explain what access modifiers can be used for variables?
what is polymorphism?
Why is the main method static?
Is char a data type in java?
What are the differences between unchecked exception, checked exception, and errors?
What is java lang object?
What are triggers in DB? Explain their types. How do they work?