
Grade 12 Java Programming Quiz

Quiz
•
Computers
•
12th Grade
•
Medium
Fritz Mahinay
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the primitive data types in Java?
true, false, null, undefined
int, double, float, char, boolean, byte, short, and long
string, array, object, null
void, class, interface, package
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the difference between int and double data types in Java.
The int data type is used to store decimal values, while the double data type is used to store whole numbers.
The int data type is used to store integer values, while the double data type is used to store floating-point numbers with decimal values.
The int data type is used to store floating-point numbers, while the double data type is used to store integer values.
The int data type is used to store both integer and floating-point numbers, while the double data type is used to store only integer values.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of if-else statements in Java?
To define new variables
To print a message to the console
To create loops in the code
To make decisions based on certain conditions
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you use a switch statement in Java?
By using the for loop with conditional statements
By using the try-catch block
By using the if-else statement instead
By using the switch keyword followed by the variable or expression in parentheses, and then using case and break statements to define different cases and their corresponding actions.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is inheritance in Java?
Inheritance in Java is used to create new classes from existing classes.
Inheritance in Java is a way to override methods in a class.
Inheritance in Java is not supported by the language.
Inheritance in Java allows a class to inherit properties and behaviors from another class.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the concept of polymorphism in Java.
Polymorphism in Java allows methods to be inherited from a superclass to provide different implementations.
Polymorphism in Java allows methods to be overloaded in a subclass to provide different implementations.
Polymorphism in Java allows methods to be encapsulated in a subclass to provide different implementations.
Polymorphism in Java allows methods to be overridden in a subclass to provide different implementations.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an exception in Java?
A keyword used to define a class in Java
A method for handling errors in Java
A type of variable in Java
An event that disrupts the normal flow of the program's instructions.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Google Drive Knowledge Check

Quiz
•
10th - 12th Grade
15 questions
Comparing Python, Java, and JavaScript

Quiz
•
9th Grade - University
10 questions
Soal informatika

Quiz
•
12th Grade
10 questions
Java Script

Quiz
•
10th - 12th Grade
15 questions
Unit 2 Inheritance in Java

Quiz
•
12th Grade - University
10 questions
Introduction To Java: Hello World

Quiz
•
7th - 12th Grade
12 questions
Java Class vocabulary

Quiz
•
9th Grade - University
15 questions
File Management

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade