Java Programming Quiz

Java Programming Quiz

University

15 Qs

quiz-placeholder

Similar activities

Aaruth Quiz

Aaruth Quiz

University

10 Qs

Java Basics – Day 1 Quiz

Java Basics – Day 1 Quiz

University

10 Qs

Techii Quizzz

Techii Quizzz

University

10 Qs

IEEE Coding Competition

IEEE Coding Competition

University

13 Qs

Java Quiz1 @ VCE (CSE (AI&ML))

Java Quiz1 @ VCE (CSE (AI&ML))

University

15 Qs

Praktisi Mengajar - Java Test

Praktisi Mengajar - Java Test

University

10 Qs

Javapie Quiz

Javapie Quiz

University

20 Qs

Object Oriented Programming Quizz

Object Oriented Programming Quizz

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?