Methods - Basics QuizS2C Home « Methods - Basics Quiz
Java Objects & Classes Quiz 5
Question 1 : Method declarations can have up to how many components?
- Method declarations can have up to 6 components (modifiers, return type, method name, parameter list, exception list and a method body).
Quiz Progress Bar
Quiz 1
Arrays
Quiz 2
Array Examples & Exceptions
Quiz 3
Class Structure & Syntax
Quiz 4
Reference Variables
Quiz 6
Methods - Passing Values
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 next quiz is about passing values to Java methods..