Quiz 21 Solution - Thursday July 13, 2000
1. What are two ways we can distinguish constructors from other methods in
a class definition?
- No return type listed
- It has the same name as the class
2. What are the parameters listed in the signature of a method called?
3. What two classes are used when we want to get input from an external
file?
- FileReader
- BufferedReader
4. What two classes are used when we want to write output to an external
file?