UNIT-4-EXCEPTION-HANDLING & I/O BASICS

UNIT-4-EXCEPTION-HANDLING & I/O BASICS

University

30 Qs

quiz-placeholder

Similar activities

Pyhton Debugging Questions

Pyhton Debugging Questions

University

25 Qs

ОСТ 180-210

ОСТ 180-210

University

31 Qs

C-Volution (Easy 1)

C-Volution (Easy 1)

University

30 Qs

QUIZ

QUIZ

University

30 Qs

POO - Revisão Prova III

POO - Revisão Prova III

University

25 Qs

Compro2 (Midterm) Exception

Compro2 (Midterm) Exception

University

35 Qs

Quiz tentang Sharing Data dalam Jaringan

Quiz tentang Sharing Data dalam Jaringan

11th Grade - University

25 Qs

Week 3-4

Week 3-4

University

25 Qs

UNIT-4-EXCEPTION-HANDLING & I/O BASICS

UNIT-4-EXCEPTION-HANDLING & I/O BASICS

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

N.ILAYARAJA IT

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of error is detected by the Java compiler?

Syntax Error

Run-time Error

Compile-time Error

Logical Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a common compile-time error?

Dividing by zero

Missing semicolons

Null pointer exception

Array index out of bounds

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when a run-time error occurs?

The program compiles successfully

The program produces incorrect output

The program runs indefinitely

The program crashes without any message

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which exception is thrown when an array index is out of bounds?

NullPointerException

IndexOutOfBoundsException

ArithmeticException

ArrayIndexOutOfBoundsException

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'finally' block?

To catch exceptions

To define a method

To throw exceptions

To execute code regardless of an exception

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to manually throw an exception?

try

catch

throw

finally

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of exception is thrown for division by zero?

ArithmeticException

NullPointerException

IOException

FileNotFoundException

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?