Back to quizzes
Constructors Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What is a constructor in Java?
A
special method to initialize objects
B
A method that returns a value
C
A regular method in a class
D
A method for error handling