Java Programming Quiz

Java Programming Quiz

University

13 Qs

quiz-placeholder

Similar activities

preguntas cedipro 2

preguntas cedipro 2

10th Grade - Professional Development

10 Qs

Чек-лист

Чек-лист

KG - Professional Development

12 Qs

Prosumers e influenciadores como ferramentas de negócios digitai

Prosumers e influenciadores como ferramentas de negócios digitai

University

11 Qs

Сказка о рыбаке и рыбке

Сказка о рыбаке и рыбке

2nd Grade - University

12 Qs

PA5 - Resistencia de Materiales (Minas)

PA5 - Resistencia de Materiales (Minas)

University

16 Qs

Kuis Acara Defisologi 2022

Kuis Acara Defisologi 2022

University

15 Qs

PRETEST P1 DASAR DASAR BAHAN ALAM

PRETEST P1 DASAR DASAR BAHAN ALAM

University

10 Qs

CÂU HỎI ÔN TẬP

CÂU HỎI ÔN TẬP

University

16 Qs

Java Programming Quiz

Java Programming Quiz

Assessment

Quiz

Other

University

Practice Problem

Easy

Created by

Osama Alali

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does it mean that Java is platform-independent?

Java can run on any operating system without modification.

Java can only run on Windows.

Java applications require special hardware.

Java cannot be used for web applications.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following code:

int x = 5;

double y = x;

System.out.println(y);?

5

5.0

5.5

Error

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following code:

double x = 5.5;

int y = (int)x;

System.out.println(y);?

6

5.5

5

Error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following code:

String s = "Hello";

s = s.concat(" World");

System.out.println(s);?

Hello

World

Error

Hello World

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following code?

int x = 10;

if (x > 5) {

System.out.println("Greater than 5");

} else {

System.out.println("Less than or equal to 5");

}

Greater than 5

Less than or equal to 5

Error

No output

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What method of the Scanner class is used to read an integer from the user?

nextLine()

next()

nextInt()

nextDouble()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you declare a two-dimensional array of integers in Java?

int[][] array;

int array[][];

Both A and B

None of the above

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?