Quiz 11 Solution - Tuesday June 20, 2000
1. What are the five primary components of a class definition?
- Instance Variables
- Instance Methods
- Class Variables
- Class Methods
- Constructor
2. What statement is used to produce output?
3. What package must be imported to use that statement? (Hint: Trick
question)
None. System is contained in the java.lang package and is imported
automatically.
4. What are the two classes that are used to get input from the user?
InputStreamReader
BufferedReader