1.

What is the output of this program? class string_class { public static void main(String args[]) { String obj = "I LIKE JAVA"; System.out.println(obj.charAt(3)); } }

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


Discussion

No Comment Found