placeholder image to represent content

L-2 Class and Objects

Quiz by Archana Shelke

Feel free to use or edit a copy

includes Teacher and Student dashboards

Measure skills
from any curriculum

Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.

With a free account, teachers can
  • edit the questions
  • save a copy for later
  • start a class game
  • view complete results in the Gradebook and Mastery Dashboards
  • automatically assign follow-up activities based on students’ scores
  • assign as homework
  • share a link with colleagues
  • print as a bubble sheet

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
15 questions
Show answers
  • Q1
    1. All methods and variables in Java language are kept inside a?
    main
    static method
    File
    Class or Interface
    60s
  • Q2
    2. In an object oriented programming
    Classes use methods to communicate between them
    Class create objects
    None of these
    Objects create classes
    60s
  • Q3
    3. What is the need to mention "static" before main method?
    Both A and B
    B. To make main method as class method common to all instances
    None of the above
    A. To call main method without creating an object of class
    60s
  • Q4
    4. In standalone Java applications, which method is mandatory?
    print method
    show method
    main method
    display method
    60s
  • Q5
    5. What is the use of Access modifier "pubic" in Java language?
    None of the above
    To call the main method outside of Class or Package by JVM
    To protect main method
    To hide the main method from misuse
    60s

Teachers give this quiz to your class