Java MCQ Set 1 1. Which of these methods of Byte wrapper can be used to obtain Byte object from a string? a) toString() b) getString() c) decode() d) encode() AnswerAnswer: c [Reason:] decode() methods returns a Byte object that contains the value specified by string. 2. Which of the following methods Byte wrapper return…