Java Class and Object Quiz

Quiz
•
Other
•
University
•
Hard
CSE DOSE
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Which of the following best describes a class in Java?
A runtime entity
A blueprint for objects
An instance of an object
A collection of libraries
Answer explanation
Answer: B – a blueprint for objects
Explanation: A class acts as a template that defines variables and methods used to create objects.
2.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What is an object in Java?
A compiled file
A set of instructions
An instance of a class
A variable
Answer explanation
Answer: C – an instance of a class
Explanation: Objects are specific instances created using a class, representing real-world entities.
3.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What keyword is used to create an object in Java?
this
new
object
create
Answer explanation
Answer: B – new
Explanation: The new keyword allocates memory and creates a new object of a class.
4.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Which of the following is NOT a benefit of using classes and objects?
Encourages code reuse
Promotes modularity
Forces linear programming
Simplifies maintenance
Answer explanation
Answer: C – Forces linear programming
Explanation: OOP supports modular and scalable programming, not linear procedural code.
5.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Which of the following is a correct example of a class structure in Java?
class A { void A(); }
public static class A() {}
class A { int x; void show() {} }
object A {}
Answer explanation
Answer: C – class A { int x; void show() {} }
Explanation: This defines a class with a variable and method — the correct structure in Java.
6.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What happens to instance variables when multiple objects are created from the same class?
Shared among all objects
Exist only in main()
Each object gets its own copy
Stored in static memory
Answer explanation
Answer: C – Each object gets its own copy
Explanation: Instance variables are unique for every object created from the class.
7.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Given the class Student, how do you create an object of it?
Student();
Student obj = new Student();
object Student = new();
new Student();
Answer explanation
Answer: B – Student obj = new Student();
Explanation: This is the correct syntax using the new keyword to instantiate an object.
Create a free account and access millions of resources
Similar Resources on Wayground
19 questions
Unit 3 Government Review

Quiz
•
6th Grade - University
12 questions
Net-Flex

Quiz
•
KG - Professional Dev...
10 questions
Module 4 "Intro to Research" Questions

Quiz
•
University
12 questions
SHRUTHI'S QUIZ

Quiz
•
6th Grade - University
10 questions
Construction Drawings 15

Quiz
•
9th Grade - University
20 questions
Java Simple - 1

Quiz
•
University
10 questions
Mastering Python Data Structures

Quiz
•
University
12 questions
Psychological Methods Key Terms Ch. 2 Quiz

Quiz
•
10th Grade - University
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 Other
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University