12345678910



Question 1: What happens if a FileWriter constructor is given an illegal file name?
1. The program bombs immediately.
2. The users disk is corrupted.
3. The constructor returns a null value.
4. An IOException is thrown.