Name: ___yourname = 1 point______________ January 23, 2007
If I omit
import java.util.Scanner;
what error message will I get?
ÏTest.java:6: cannot find symbol= 2 points
|
Can I write an exception handler
for it? |
NO = 1 point |
Why or why not?
Because it is a compile time error and exception
handlers are for runtime
errors 2 points 2 points |