Sunday, 9 November 2014

Java Quiz Question and Answers - Part 8

                            Java Quiz Exam Oriented 

Answers are marked with light yellow.

Question 1: constructor can be declared as private.
Select one:
True 
False

Question 2: we can write constructor in interface .
Select one:
True
False

Question 3: Graphics is an abstract class.
Select one:
True 
False

Question 4: no need to import java.lang package explicitly in java program.
Select one:
True 
False

Question 5: Class is a predefined class in java.
Select one:
True 
False

Question 6: predefined class name can be used as variable name.
Select one:
True
False

Question 7: CheckBox is a predefined class.
Select one:
True
False

Question 8: private methods can't be overloaded.
Select one:
True
False

Question 9: Every method of a final class is implicitly final.
Select one:
True 
False

0 comments:

Post a Comment