Java IO package

Java IO package

University

27 Qs

quiz-placeholder

Similar activities

Computer Terms

Computer Terms

University - Professional Development

26 Qs

FC Final quiz

FC Final quiz

University

25 Qs

Computer Networks

Computer Networks

University

25 Qs

PSC - Quiz 2

PSC - Quiz 2

University

23 Qs

BASIC PROGRAMMING

BASIC PROGRAMMING

University

25 Qs

Test Out; How Computers Work

Test Out; How Computers Work

7th Grade - Professional Development

27 Qs

MIND IT 2025 QUIZZY BRANIACS ROUND 1

MIND IT 2025 QUIZZY BRANIACS ROUND 1

University

25 Qs

Javascript Basics

Javascript Basics

7th Grade - University

24 Qs

Java IO package

Java IO package

Assessment

Quiz

Computers

University

Medium

Created by

A Vijay Kumar

Used 4+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these method of FileReader class is used to read characters from a file?
read()
scanf()
get()
getInteger()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these packages contain classes and interfaces used for input & output operations of a program?
java.util
java.lang
java.io
all of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these class is not related to input and output stream in terms of functioning?
File
Write
InputStream
Reader

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which stream used to read data from a source, it may be a file, an array, peripheral device or socket?
InputStream
OutputStream
Input/OutputStream
None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is used for writing data to a file in file handling?
FileInputStream
FileOutputStream
Both A & B
None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to close the Stream?
close();
flush();
null();
final();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Which exception is thrown by read() method?
SystemInputException
IOException
SystemException
InterruptedException

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?