JAVA - Day5

JAVA - Day5

University

10 Qs

quiz-placeholder

Similar activities

Understanding Data and Encoding

Understanding Data and Encoding

6th Grade - University

10 Qs

POST-TEST

POST-TEST

University

10 Qs

LibreOffice Writer Styles Quiz

LibreOffice Writer Styles Quiz

10th Grade - University

15 Qs

UNTIRTA I/O QUIZ WEEK 3

UNTIRTA I/O QUIZ WEEK 3

University

10 Qs

TUGAS INFORMATIKA SABTU, 12 OKTOBER 2024

TUGAS INFORMATIKA SABTU, 12 OKTOBER 2024

7th Grade - University

10 Qs

Uji Pemahaman Microsoft Word

Uji Pemahaman Microsoft Word

10th Grade - University

10 Qs

ULANGAN HARIAN INFORMATIKA S-1

ULANGAN HARIAN INFORMATIKA S-1

7th Grade - University

10 Qs

Kuis DDTKJ

Kuis DDTKJ

10th Grade - University

15 Qs

JAVA - Day5

JAVA - Day5

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Chitra Muthu

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which class in Java is used to read character data from a file?

FileReader

FileWriter

  • FileInputStream

PrintWriter

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is true about FileWriter?

It is used for writing character data to a file.

It is used for writing byte data to a file.

It reads character data from a file.

It reads byte data from a file.

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which class provides efficient reading of characters, arrays, and lines?

FileWriter

FileReader

BufferedWriter

BufferedReader

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

: What is the primary advantage of using BufferedWriter over FileWriter?

It allows faster writing by using a buffer.

It can read data from the console.

It supports serialization.

It is used for reading object data.

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

How can you create a thread in Java?

By extending the Thread class.

By implementing the Runnable interface.

By using a lambda expression.

All of the above.

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which method is called when a thread starts?

run()

start()

execute()

init()

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is not a valid thread state in Java?

New

Running

Waiting

Pending

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?