Quiz
Test your knowledge of the material covered in this hour by answering the following questions.
Questions
-
Which type of Java program can be run by a Java interpreter?
- applets
- applications
- none
-
What special HTML tag is used to put a Java program onto a web page?
- applet
- program
- run
-
If you get into a fight with someone over the way to send information to a Java application, what are you doing?
- Struggling over strings
- Arguing about arguments
- Feudin' for functionality
Answers
-
b. Applications are run with the interpreter tool, and web pages containing applets can be run with the appletviewer tool as well as Java-capable web browsers.
-
a. The applet tag is used along with the param tag to send parameters to the applet.
-
b. Applications receive information in the form of arguments. Can't we all just get along?