Given the code fragment:
Test.java:
Which is the result?
Option A
Option B
Option C
Option D
Option E
Given:
What is the result?
myStr: 7007, myNum: 7007
Error
myStr: 9009, myNum: 7007
myStr: 7007, myNum: 9009
null:null:0.0
null:null
<>:0.0
null:0.0
A B C Work done
A B C D Work done
A Work done
Compilation fails