L-2 Class and Objects
Quiz by Archana Shelke
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
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!
15 questions
Show answers
- Q11. All methods and variables in Java language are kept inside a?mainstatic methodFileClass or Interface60s
- Q22. In an object oriented programmingClasses use methods to communicate between themClass create objectsNone of theseObjects create classes60s
- Q33. What is the need to mention "static" before main method?Both A and BB. To make main method as class method common to all instancesNone of the aboveA. To call main method without creating an object of class60s
- Q44. In standalone Java applications, which method is mandatory?print methodshow methodmain methoddisplay method60s
- Q55. What is the use of Access modifier "pubic" in Java language?None of the aboveTo call the main method outside of Class or Package by JVMTo protect main methodTo hide the main method from misuse60s