Question Detail

All methods of interface are public and abstract

  • True
  • False
Similar Questions :

1. The Externizable interface extends the serializable interface

  • True
  • False

2. Execution of the program is always begins with

  • Main method
  • class contain main method
  • parent class
  • default package

3. Which type of inheritance is not supported by java

  • Single
  • Multiple
  • Mulilevel
  • Hirarchical

4. Which method can't be overidden

  • super
  • static
  • final
  • println

5. The inner class can access private members of the outer class

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