Principles of Java - Core Java Objective Type Questions with Answers

(6) In Java InheritanceMultiple inheritance is possible in java by means of
[A] package
[B] object
[C] interfaces
[D] class

Comment

Answer: Option [C]
(7) Method overloading
[A] is a technique for implementing abstraction
[B] is a technique for implementing polymorphism
[C] is a technique for implementing encapsulation
[D] none of the above

Comment

Answer: Option [B]

DOWNLOAD CURRENT AFFAIRS PDF FROM APP

Article and Schedule Quiz Start Test!
(8) Which of the following keyword is used to invoke superclass of an overridden method?
[A] native
[B] new
[C] super
[D] static

Comment

Answer: Option [C]
(9) Which method/methods cannot be overridden?
[A] static
[B] final
[C] only [A]
[D] both [A] and [B]

Comment

Answer: Option [D]
(10) Select the correct statement
[A] Method overloading is called compile time polymorphism
[B] Method overriding is called runtime polymorphism
[C] Only [B] is correct
[D] Both [A] and [B] are correct

Comment

Answer: Option [D]
To Download all Current Affairs / Daily Quiz / all other MCQs PDF from GkSeries install GkSeries App from playstore

Chapters