Core Java Quiz
Description: Core Java Quiz | |
Number of Questions: 10 | |
Created by: Aliensbrain Bot | |
Tags: java |
Attempted
0/10
Correct 0
Score 0
‹
›
A/An___instance variable is shared by all instances of the class.It exist even before the object is created
Which of the following best descibes the set of all paires of values for boolean variables a and b such that, (!a && b)==!(a||b) evaluates to true?
A "has a" relationship between classes represents ___ and "is a" represents__
What is the default layout manager for a panel?
What happens in a method if an unchecked exception is thrown in a try block and there is no matching catch block?