Which of these methods of class StringBuffer is used to extract a substring from a String object?
(a) substring()
(b) Substring()
(c) SubString()
(d) None of the mentioned
The question was asked in an online quiz.
Enquiry is from StringBuffer Methods in section String Handling of Java