Question Detail

Which keyword represents object of the present class

  • interface
  • package
  • this
  • static
Similar Questions :

1. Thread class is available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package

2. The Externizable interface extends the serializable interface

  • True
  • False

3. Runnable is

  • Class
  • Method
  • Variable
  • Interface

4. Inheritance means

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

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

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