Java Programming Quiz

Java Programming Quiz

University

15 Qs

quiz-placeholder

Similar activities

Techii Quizzz

Techii Quizzz

University

10 Qs

Java Variables and Control Structures lec2

Java Variables and Control Structures lec2

University

10 Qs

MIDTERM EXAM

MIDTERM EXAM

University

18 Qs

IEEE Coding Competition

IEEE Coding Competition

University

13 Qs

MSDS

MSDS

University

20 Qs

JAVA FUNDAMENTALS

JAVA FUNDAMENTALS

University

12 Qs

execption handling

execption handling

University

17 Qs

java questions

java questions

University

10 Qs

Java Programming Quiz

Java Programming Quiz

Assessment

Quiz

Other

University

Medium

Created by

A Sanjib Kumar Patro

Used 1+ times

FREE Resource

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

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?