Arrays QuizS2C Home « Objects & Classes Quiz
The questions in this Java quiz are on the topics covered in the java - Objects & Classes section of the site. The table below lists the lesson used for each quiz, a description of the lesson content and the quiz number and questions associated with that lesson.
Lesson Summary
Click on a lesson in the table to go to that lesson for a refresher on the topics for that quiz.
Click on a quiz in the table to go straight to the quiz for a particular lesson.
Objects & Classes Lessons | Description | Quiz Info. |
---|---|---|
Lesson 1 - Arrays | In this lesson we look at arrays and how to use them in java. | This quiz. 8 questions |
Lesson 2 - Class Structure & Syntax | For this lesson we looked at class structure and syntax within our Java programs. | Quiz2 8 questions |
Lesson 3 - Reference Variables | This lesson is about reference variables and how to use them within our Java programs. | Quiz3 7 questions |
Lesson 4 - Methods | We have used methods throughout the lessons so far so its time for a thorough investigation of what we can do with these members. | Quiz4 10 questions |
Lesson 5 - Instance Variables & Scope | This lesson is about instance variables, how to use them and their scope. | Quiz5 6 questions |
Lesson 6 - Constructors | In this lesson we learn about constructors, which we can use to instantiate objects of our classes. | Quiz6 7 questions |
Lesson 7 - Static Members | For this lesson we investigate what static means and how to apply it to our class members. | Quiz7 6 questions |
Lesson 8 - Enumerations | In our final lesson of this section we go through enumerations which were introduced in java. | Quiz8 8 questions |
Java Objects & Classes Quiz 1
The quiz below tests your knowledge of the material learnt in Objects & Classes - Lesson 1 - Arrays.
Question 1 : What is the second step of array creation?
- Array allocation is the second step of creating an array.
Quiz Progress Bar
What's Next?
The next quiz on Java Objects & Classes is all about class structure and syntax.