Given the contents of the Test.java file: What is the result? A. 200 : 400 B. A compilation error occurs at line n1. C. A compilation error occurs at line n2. D. 100 : 400

Given: What is the result? A. The program compiles and nothing is printed. B. Iteration plus an increasing number is printed 100 times. C. Iteration plus an increasing number is printed 99 times. D. An error occurs during compilation.

Given the code fragment: What is the result? A. A compilation error occurs at line n1. B. Jack C. The program prints either Jack or Queen. D. Queen

Given the code fragment: What is the result? A. a memory address1 in hexadecimal number format a memory address2 in hexadecimal number format B. 10, 15 [10, 15] C. 0, 10, 15 [10, 15, null] D. a memory address in…