Q.1.
String s = "Java String Quiz"; System.out.println(s.charAt(s.toUpperCase().length()));
Q.2.
String obj = "I LIKE JAVA";System.out.println(obj.length());
Q.3.
Which of these method of String class can be used to test to strings for equality?
Q.4.
Which of these keywords is used to refer to member of base class from a subclass?
Q.5.
Which of these method of String class is used to obtain character at specified index?
Q.6.
String in Java is a?