Explore topic-wise MCQs in Csharp.

This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Csharp knowledge and support exam preparation. Choose a topic below to get started.

1.

WHICH_OF_THESE_CLASSES_ARE_USED_BY_BYTE_STREAMS_FOR_INPUT_AND_OUTPUT_OPERATION??$

A. InputStream
B. InputOutputStream
C. Reader
D. All of the mentioned
Answer» B. InputOutputStream
2.

Name the exception thrown by read() on failure.

A. InterruptedException
B. SystemException
C. SystemInputException
D. I/O Exception
Answer» E.