Score: 0 / 0 answered
Progress: 0 of 942 qs
time elap: 00:00
Question 1: What is the output of the following code snippet?
String str = "Java"; System.out.println(str.charAt(2));
Subject: Basic Java API Usage in Java Beginner Level
Difficulty: Medium