Answer Posted / 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 |
Post New Answer View All Answers
Can we access the non-final local variable, inside the local inner class?
What is class and object in java?
What is == mean?
What does a boolean method return?
What is the collections api in java programming?
What is return in java?
List some features of the abstract class.
What is the purpose of java?
What are invisible components?.
Explain the difference between collection api and stream api in java8?
Explain importance of throws keyword in java?
What is double in java?
What are alternatives to java serialization?
What are the differences between abstract class and interface?
What is the largest long allowed by java?