Which of these class is superclass of String and StringBuffer class?
Which of this method of class String is used to obtain a length of String object?
Explanation: Method length() of string class is used to get the length of the object which invoked method length().
Which of these method of class String is used to extract a single character from a String object?
Which of these constructors is used to create an empty String object?
Which of these is an incorrect statement?
Explanation: StringBuffer class is used to create strings that can be modified after they are created.