Which of this method of class String is used to extract a substring from a String object?
(a) substring()
(b) Substring()
(c) SubString()
(d) None of the mentioned
I have been asked this question by my college director while I was bunking the class.
Question is from Searching & Modifying a String topic in section String Handling of Java