Java Programming Quiz 2 Java Programming Quiz 2 Defining same method with same signature in both parent and child classes is called ……….a. method overloadingb. method overridingc. method refactoringd. method redefinitionArray in Java are treated as ……….a. classb. objectc. packaged. variableA class may have only one ………. a. main methodb. objectc. constructord. desctructorWe use the following statement to handle exceptions.a. if-elseb. switchc. isErrord. try-catchThe range of short data type in Java is ……….a. -128 to 127b. -32768 to 32767c. -2147483648 to 2147483647d. None of aboveIdentifier cannot be a ……….a. variableb. method namec. class named. keyword Object of a class is also sometimes called ……….a. instanceb. packagec. namespaced. literalDefining more than one methods in a class having same name but different signatures is called ……….a. method overloadingb. method overridingc. method refactoringd. method redefinitionA variable declared as ‘final’ cannot be ……….a. accessed by the objects b. changedc. accessed by the child classesd. used more than oncePackage is a collection of ……….a. classesb. objectsc. namespacesd. methods