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
Is char a method in java?
Can I declare class as static or private?
What do you mean by hashing?
How do you reverse a string in java without using string buffer?
What is the difference between yield() and sleep()?
Does java trim remove newline?
What is threaded programming and when is it used? : Java thread
What does those terms actually mean included in the j.d.k i.6?
Why does abstract class have constructor?
What is valid keyword in java?
What is a data structure java?
Is map ordered in java?
What happens if I remove static from main method?
What is the generic function?
What is difference between ++ I and I ++ in java?