Question: java class What is the output of this code sequence? String word = Java; System.out.println( word.charAt( 1 ) ); a. J b. A c. V
What is the output of this code sequence? String word = "Java"; System.out.println( word.charAt( 1 ) ); a. J b. A c. V 66 d
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
