IO Stream & Multithreading

IO Stream & Multithreading

University

13 Qs

quiz-placeholder

Similar activities

Glosario de Programación de sistemas

Glosario de Programación de sistemas

University

17 Qs

Quiz sobre Instrucciones Base de Java

Quiz sobre Instrucciones Base de Java

University

18 Qs

Oops moment/1

Oops moment/1

University

13 Qs

Prueba Diagnóstica POO - 2025-2

Prueba Diagnóstica POO - 2025-2

University

15 Qs

prog 1 hell

prog 1 hell

University

10 Qs

Carbon Footprint Comparisons

Carbon Footprint Comparisons

10th Grade - University

8 Qs

Hackharbor 3.0 Day 3:Tech

Hackharbor 3.0 Day 3:Tech

University

18 Qs

Python Files

Python Files

University

15 Qs

IO Stream & Multithreading

IO Stream & Multithreading

Assessment

Quiz

Engineering

University

Medium

Created by

Arti Sonawane

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a character stream class in Java?

FileInputStream

FileOutputStream

FileReader

ByteArrayInputStream

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class is used for object serialization in Java?

ObjectStream

ObjectOutputStream

ObjectInput

FileStream

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not true about BufferedReader?

It is a subclass of Reader

It provides buffering for character input stream

It can read a line using readLine()

It can write characters to a file

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does transient keyword do in Java I/O?

Allows variable to be serialized

Prevents variable from being serialized

Makes a variable static

Makes variable thread-safe

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which interface must be implemented to create a thread in Java?

Runnable

Thread

RunnableThread

Executor

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the join() method in Java threads?

Terminates the thread

Waits for a thread to die

Pauses the thread forever

Interrupts the thread

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method pauses a thread for a specified time?

wait()

sleep()

pause()

delay()

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?