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 .  Throws exception.
C .  34
D .  S
E .  34 S
Answer: Option E

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