Given:
And the code fragment:
What is the result?
C1C2
C1C1
Compilation fails.
C2C2
What is the result? A. 0:0
100:0
B.null:0
C.0:0
100:200
D.null:null 100:null
A
Option A
Option B
Option C
Option D
Which statement is true about the main() method?
It is invoked by JRE
It is a final method
It returns true if it is executed successfully at run time
It must be defined within a public class