Java Programming Quiz

Java Programming Quiz

12th Grade

20 Qs

quiz-placeholder

Similar activities

MM - JavaScript

MM - JavaScript

12th Grade

15 Qs

CompSci unit 1 review

CompSci unit 1 review

7th Grade - University

19 Qs

Java Primitive Unit 1-A

Java Primitive Unit 1-A

12th Grade

22 Qs

QB 64 TEST 2

QB 64 TEST 2

9th - 12th Grade

24 Qs

Asas JavaScript

Asas JavaScript

1st Grade - University

18 Qs

Examen de JavaScript

Examen de JavaScript

12th Grade

20 Qs

Quiz de Programação e Sustentabilidade

Quiz de Programação e Sustentabilidade

10th Grade - University

15 Qs

Arrays

Arrays

9th - 12th Grade

20 Qs

Java Programming Quiz

Java Programming Quiz

Assessment

Quiz

Other

12th Grade

Easy

Created by

Ingrid Merwe

Used 14+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is System.out.println used for in Java?

To create a new variable

To display text with a newline at the end

To stop the program

To read user input

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What’s the difference between print and println in Java?

print adds a newline; println does not

println prints text without a newline; print adds a newline

println adds a newline; print does not

They both do the same thing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following declares an integer variable in Java?

double x = 10;

int x = 10;

String x = 10;

boolean x = true;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the double data type?

To store true or false values

To store whole numbers

To store large, floating-point numbers

To store text

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you declare a string variable named name in Java?

String name = "John";

int name = "John";

double name = "John";

boolean name = "John";

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type would be best for storing a true or false value?

int

boolean

double

String

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does JOptionPane.showMessageDialog do in Java?

Displays a dialog box with a message

Reads user input from the keyboard

Initializes a new variable

Opens a new file

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?

Discover more resources for Other