Advertisements
Advertisements
प्रश्न
The ______ method will accept a character using stream class.
पर्याय
in.read()
(char)(in.read())
in.readline()
character.read()
MCQ
रिकाम्या जागा भरा
उत्तर
The (char)(in.read()) method will accept a character using stream class.
Explanation:
The in.read() method reads a single byte from the input stream, which can then be cast to char and used to receive a character.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?