CSE MCQs :: JAVA MCQs
- Which of the following statement is correct?
- Which of these method of class StringBuffer is used to extract a substring from a String object?
-
What will s2 contain after following lines of code?
StringBuffer s1 = "one;
StringBuffer s2 = s1.append("two)
- Which of these method of class StringBuffer is used to reverse sequence of characters?
- Which of these method of class StringBuffer is used to get the length of sequence of characters?
- Which of the following are incorrect form of StringBuffer class constructor?