1.
Given the code fragment: What is the result?
2.
Given: Which result is possible?
3.
Given the code fragment: What is the result?
4.
In 2015. daylight saving time in New York, USA, begins on March 8th at 2:00 AM. As a result, 2:00 AM becomes 3:00 AM. Given the code fragment: Which is the result?
5.
Given the code fragment: What is the result?
6.
Given the code fragment: If exceptions occur when closing the FileWriter object and when retrieving the JString class object, which exception object is propagated up to the caller of the processFile method?
7.
Given: What is the result when you compile the code and execute the command: java MyApp kava
8.
Given the code fragment: and Which code fragment could you see to refactor the code from line 4 to 8 to use a Lambda expression?
9.
Given the code fragment: What is the result?
10.
Given the code fragments: and What is the result?