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 |
How are variables stored?
Explain java coding standards for interfaces?
import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }
Java Compiler is stored in JDK, JRE or JVM?
What is += mean in java?
How many bits are in a sentence?
What is the locale class in java programming?
What is the generic class?
What is passing parameters in java?
What are the types of java?
What are the steps to do connection pooling in weblogic?
Is logger a singleton?