Multiple Choice
A method that uses the Scanner class to obtain input does not require either catching or throwing an IOException. This is because
A) the Scanner class does not call upon any classes that throw checked exceptions
B) the Scanner class' methods call input methods in try statements and catch IOExceptions so that they are handled directly in the Scanner class
C) the Scanner class uses JOptionPane dialog boxes instead of java.io classes so that it does not have to deal with IOExceptions
D) the Scanner class overrides the class IOException making it an unchecked exception
E) none of the above, methods do require handling IOException even if thrown by a method in a Scanner class
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The difference between a checked and an
Q2: Programmers can define their own Exceptions by
Q3: A disabled component is<br>A) one that is
Q8: The showDialog method is part of which
Q9: A mnemonic is<br>A) always a single character<br>B)
Q11: Explain how you would use a Timer
Q13: Write a set of code that will
Q13: Character streams manage<br>A) byte-sized data<br>B) binary data<br>C)
Q27: Why might you want to create your
Q64: Write a set of code that will