JAVA WEEK 7-12

JAVA WEEK 7-12

University

25 Qs

quiz-placeholder

Similar activities

Kuis Literasi Data dan Teknologi

Kuis Literasi Data dan Teknologi

University

20 Qs

Week 2 - Assessment 2 (ITNW0223)

Week 2 - Assessment 2 (ITNW0223)

University

20 Qs

LAB INTERNET AND WEB TECHNOLOGIES QUIZ

LAB INTERNET AND WEB TECHNOLOGIES QUIZ

University

20 Qs

MAD Test3 Android Studio

MAD Test3 Android Studio

University

25 Qs

Quiz 1-PBO

Quiz 1-PBO

University

20 Qs

Android

Android

10th Grade - Professional Development

25 Qs

Week 9-10 PC8 Exception Handling & File I/O Quiz

Week 9-10 PC8 Exception Handling & File I/O Quiz

University

20 Qs

Introduction to Java

Introduction to Java

University

25 Qs

JAVA WEEK 7-12

JAVA WEEK 7-12

Assessment

Quiz

Computers

University

Hard

Created by

KAVIARASU K

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these exception is thrown in cases when the file specified for writing is not found? 

IOException

FileException

FileNotFoundException

FileInputException 

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a ByteArrayOutputStream in Java? 

To write binary data to an output stream  

To read binary data from an input stream

To convert characters to bytes

To store binary data in memory 

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to read b length bytes from the input stream into an array? 

public void read(int b)throws IOException{{

public int read(byte[ ] b)throws IOException{}

public void read(byte[ ] b)throws IOException{} 

public int read(int b)throws IOException{} 

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to create a directory with fileattributes?

Path.create() 

Path.createDirectory() 

Files.createDirectory(path, fileAttributes) 

Files.create(fileAttributes) 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class is used to write primitive data types to an output stream in Java? 

DataOutputStream

ObjectOutputStream  

OutputStream  

PrintWriter 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Java, what is the purpose of a Card Layout?

To create a card game interface

To arrange components in a card-like fashion

To manage multiple panels within a single container

To display images of cards

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which layout manager divides the container into five regions: North, South, East, West, and Center?

Border Layout

Grid Layout

Flow Layout

Card Layout

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?