Given: and the code fragment: What is the result? A. 9001: java.io.FileNotFoundException: MyFile.txt-MyFile.txt B. 9001: APPLICATION ERROR-9001-MyFile.txt 9001: java.io.FileNotFoundException: MyFile.txt-MyFile.txt C. 9001: APPLICATION ERROR-9001-MyFile.txt D. Compilations fails at Line 1.

Given the code fragment: What is the result? A. A java.lang.NullPointerException is thrown. B. false C. A java.lang.UnsupportedOperationException is thrown. D. true

Given: and and What is the result? A. Good Night, Harry B. Good Morning, Potter C. Good Morning, Harry D. Good Night, Potter

Given: and and What is the result? A. The program prints Process()called 2. B. A java.lang.NoSuchMethodException is thrown. C. The program prints Process()called 1. D. A java.lang.IllegalAccessException is thrown. E. The compilation fails.