Methods - Passing Values QuizS2C Home « Methods - Passing Values Quiz
Java Objects & Classes Quiz 6
The quiz below tests your knowledge of the material learnt in Objects & Classes - Lesson 6 - Methods - Passing Values.
Question 1 : We pass objects to methods as arguments?
- We DO NOT pass objects to methods as arguments, we actually pass a copy of the reference variable associated with that object.
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 7
Methods - Overloading & Varargs
Quiz 8
Instance Variables & Scope
Quiz 9
Final Instance Variables
Quiz 10
Constructor Basics
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?
The in our final quiz on Java methods we test your knowledge of overloading and variable arguments.