Search Header Logo

Java Programming Quiz

Authored by A Sanjib Kumar Patro

Other

University

Used 1+ times

Java Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? int a = 5; int b = 2; System.out.println(a / b);

2.5

3

2

Compilation Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid data type in Java?

integer

string

int

real

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of a boolean variable in Java?

true

0

null

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is guaranteed to execute at least once?

for

while

do-while

foreach

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the break statement do?

Ends the program

Jumps to next iteration

Exits the loop/block

Skips current condition

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this code? int x = 10; x += 5; System.out.println(x);

15

10

5

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to create a class in Java?

object

def

class

Class

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?