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
When should I use stringbuffer?
a thread is runnable, how does that work? : Java thread
Is java same as core java?
How does predicate work in java?
What makes a function well defined?
what is meant by Garbage collection?
Write a program based on Java script program.
What is scanner in java?
What are the wrapped, classes?
What is an association?
Tell me about your ability to work under pressure
Can constructor be static or final?
What is literal example?
How will you call an Applet using Java Script Function?
What do you understand by casting in java language?