Quiz 10 Solution - Monday June 19, 2000
Quiz 10
1. What are the five primary components in a class definition?
- Instance Variables
- Instance Methods
- Class Variables
- Class Methods
- Constructors
2. What two classes do we use in order to obtain input from the user?
InputStreamReader
BufferedReader
3. What package must be imported in order to use those classes?
4. What statement is used in order to produce output?