InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThe question was asked in an online quiz.Enquiry is from StringBuffer Methods in section String Handling of Java |
|
Answer» Right choice is (a) SUBSTRING() |
|