This website is preserved for historical and scholarly reference and is no longer actively maintained.
QUIZ 1
August 24, 1998
#1. Circle all of the following that can be used as symbols in a name (identifier).
- hyphen
- capital letter
- small letter
- underscore
- $
- digit
#2. (true or false) An identifier can begin with any legal symbol in question 1.
#3. The example in the text was class Program1 ( ...
What should the file holding the Java program be called?
#4. What is Java Byte Code?