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 use of bean managed and container managed with example?
How does remove work in java?
What is a variable in java?
What is remote method invocation (rmi)?
What is difference between class and object in java?
What is equals method in java?
Java run-time system generates What class of exceptions?
Why is stringbuffer thread safe?
Why we use multi threading instead of multiprocessing?
What is java jit compilers?
What is JVM ?
4 Answers Phantom Technologies, TCS,
Can we split string with in java?