Vidyalelo
Java Programming · Q81

Miscellaneous Java

Programming · Java Programming · question 81

Q81

What will be the output of the following Java program? class string_class public static void main(String args[]) String obj = "I LIKE JAVA"; System.out.println(obj.charAt(3));

A.
I
Answer
B.
L
C.
K
D.
E

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board