Java MCQ Set 1 1. Which of these method of class String is used to extract more than one character at a time a String object? a) getchars() b) GetChars() c) Getchars() d) getChars() AnswerAnswer: d [Reason:] None. 2. Which of these methods is an alternative to getChars() that stores the characters in an array…