![placeholder image to represent content](/_next/image?url=%2Fassets%2Fquiz_default_logo.jpg&w=256&q=75)
Introduction to Java
Quiz by Kushal Verma
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
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
15 questions
Show answers
- Q1Which OOPS concept means exposing only necessary information to the calling functions?PolymorphismAbstractionInheritenceEncapsualtion45s
- Q2Which oops concept is used as reuse mechanism?InheritanceEncapsulationDynamic bindingAbstraction45s
- Q3Which class is a class that inherits a method or methods from a superclass?Super classSub classBase classParent class45s
- Q4How many instances can be created for an abstract class?053145s
- Q5Which of the following concepts provides facility of using object of one class inside another class?InheritanceAbstractionEncapsulationComposition45s
- Q6Which of following is shared structure of a set of similar objects?EncapsulationClassInheritanceNone of the given45s
- Q7Which of the following is not related to OOPS?Inheritance and PolymorphismStructure and UnionClass and ObjectOverloading and Overriding45s
- Q8For Cat and Animal class, correct way of inheritance in java is?class Cat extends AnimalNone is correct wayclass Animal extends CatBoth are correct way45s
- Q9IS-A relationship in java is related to?AggregationCompositionAssociationInheritance45s
- Q10Which of the following is not a Java feature?Use of pointersRobustMutlithreadingObject Oriented45s
- Q11Following is not a data type in Java?intfloatchardate45s
- Q12Java is first compiled into?Virtual codeMachine CodeByte CodeExecutable code45s
- Q13Java is Platform independent because of?Java CompilerJava InterpreterJava Virtual MachineJRE45s
- Q14Java is currently owned by?Sun MicrosystemsMicrosoftIBMOracle Corporation45s
- Q15Which of the integer data types can hold the highest value?byteintegerlongshort45s