download Mastguru Android App

Question Detail

Inheritance means

  • Sub class extends super class
  • Sub class extends Base class
  • Sub class create object of super class
  • All of the above
Similar Questions :

1. The Externizable interface extends the serializable interface

  • True
  • False

2. Which class cannot be subclassed (or extended) in java?

  • abstract class
  • parent class
  • Final class
  • None of above

3. Which method can't be overidden

  • super
  • static
  • final
  • println

4. Suspend thread can be revived by using

  • start() method
  • Suspend() method
  • resume() method
  • yield() method

5. Constructor has return type

  • True
  • False
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment

  • Rao 11 years ago

    i think the answer should be D