Sail E0 Webinar
Question
What would be the output of the following fraction of code ?int Integer = 34 ;char String = 'S' ;System.out.print( Integer ) ;System.out.print( String ) ;
Options:
A .  Does not compile as Integer and String are API class names.
B .  S
C .  34 S
D .  Throws exception.
E .  34
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers