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

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

University

30 Qs

quiz-placeholder

Similar activities

PROGRAMMING 2 FINAL EXAM MCQ 2024-25

PROGRAMMING 2 FINAL EXAM MCQ 2024-25

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

PENILAIAN HARIAN INFORMATIKA 8_REKAM JEJAK DIGITAL

PENILAIAN HARIAN INFORMATIKA 8_REKAM JEJAK DIGITAL

8th Grade - University

25 Qs

Ôn tập bài tập code C# chương 6,7,8,9

Ôn tập bài tập code C# chương 6,7,8,9

University

35 Qs

Codean - Java Data Types

Codean - Java Data Types

University

25 Qs

Codean SpringBoot - JWT

Codean SpringBoot - JWT

University

25 Qs

OS quiz

OS quiz

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?