Java Programming Quiz

Java Programming Quiz

12th Grade

20 Qs

quiz-placeholder

Similar activities

Boolean/DeMorgan's Theorems

Boolean/DeMorgan's Theorems

9th - 12th Grade

22 Qs

AP Comp Sci A MidTerm Review

AP Comp Sci A MidTerm Review

9th - 12th Grade

25 Qs

Marketing Management Study Guide EOPA (Promotion Part. II)

Marketing Management Study Guide EOPA (Promotion Part. II)

9th - 12th Grade

20 Qs

2.02 PowerPoint Basics

2.02 PowerPoint Basics

9th - 12th Grade

18 Qs

Revisão de Programação Java

Revisão de Programação Java

9th Grade - University

15 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Java Review

Java Review

12th Grade

25 Qs

Java Quiz

Java Quiz

10th - 12th Grade

24 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?