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
@MaharajkollaKollamaharaj
I am learning java 012 3456789... Here index 7 char is 'n ' but there's no option
3 months ago | 2
View 2 replies
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