Java Applet Programming Question:

What tags are mandatory when creating HTML to display an applet?

Java Applet Interview Question
Java Applet Interview Question

Answer:

1. name, height, width
2. code, name
3. codebase, height, width
4. code, height, width

Correct answer is d.


Previous QuestionNext Question
What is AppletStub Interface?What are the Applets information methods?