Java Applet Programming Question:
What tags are mandatory when creating HTML to display an applet?

Answer:
1. name, height, width
2. code, name
3. codebase, height, width
4. code, height, width
Correct answer is d.
2. code, name
3. codebase, height, width
4. code, height, width
Correct answer is d.
Previous Question | Next Question |
What is AppletStub Interface? | What are the Applets information methods? |