This test contains 10 questions based on Java . Each question answered correctly awards you 1 point and each incorrect answer has a penalty of -0.25 points, no points are deducted for unattempted answers. Select Test Type Timed Test UnTimed Test You Get +1 for each correct answer and -0.25 for each incorrect answer Time Left - minutes :seconds Which of these packages contains abstract keyword? java.util java.io java.system java.lang D A subclass of an abstract class can also be abstract if It is instantiated The static class is declared in the parent class It does not define all the abstract methods in the parent class All of the above C What is the name of the class that is the ancestor to every other class in Java? Object Class root java A In Java by default all the classes extend Object class directly or i...