Question Detail

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

  • abstract class
  • parent class
  • Final class
  • None of above
Similar Questions :

1. In java, gc() method is available in which package

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

2. javah stands for

  • java compiler
  • java interpreter
  • java dissasamebler
  • java header file

3. Which among following classes is not part of Java's collection framework

  • Queue
  • Array
  • Stack
  • Maps

4. How many keywords are available in java

  • 35
  • 55
  • 48
  • 130

5. All methods of interface are public and abstract

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