Constructor Basics QuizS2C Home « Constructor Basics Quiz
Java Objects & Classes Quiz 10
The quiz below tests your knowledge of the material learnt in Objects & Classes - Lesson 10 - Constructor Basics.
Question 1 : How many arguments in a default constructor?
- The default constructor has no arguments.
Quiz Progress Bar
Quiz 1
Arrays
Quiz 2
Array Examples & Exceptions
Quiz 3
Class Structure & Syntax
Quiz 4
Reference Variables
Quiz 5
Methods - Basics
Quiz 6
Methods - Passing Values
Quiz 7
Methods - Overloading & Varargs
Quiz 8
Instance Variables & Scope
Quiz 9
Final Instance Variables
Quiz 11
Overloaded Constructors and this
Quiz 12
Static Overview
Quiz 13
Static Methods
Quiz 14
Java Constants
Quiz 15
Basic Enumerations
Quiz 16
Advanced Enumerations
What's Next?
in the next quiz we test your knowledge of constructor overloading and using the this
keyword.