Think Constructive
What is the output of below code?public class StringChar { public static void main(String args[]) { String str = "I am learning Java"; char c = str.charAt(7); System.out.println(c); }}#softwaredeveloper #softwareengineer #thinkconstructive #eshapuri #javadeveloperinterview #codinginterview #javainterviewquestion #code #coding #javastrings #javacoder #backenddeveloper
3 months ago | [YT] | 17
Think Constructive
What is the output of below code?
public class StringChar {
public static void main(String args[])
{
String str = "I am learning Java";
char c = str.charAt(7);
System.out.println(c);
}
}
#softwaredeveloper #softwareengineer #thinkconstructive #eshapuri #javadeveloperinterview #codinginterview #javainterviewquestion #code #coding #javastrings #javacoder #backenddeveloper
3 months ago | [YT] | 17