download Mastguru Android App

Question Detail

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

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

1. Java is known as _______stage language

  • One
  • Two
  • Three
  • Four

2. Which driver is called as thin-driver in JDBC

  • Type-1 driver
  • Type-2 driver
  • Type-3 driver
  • Type-4 driver

3. JIT meaning

  • java in time
  • just in time
  • join in time
  • none of above

4. How many transaction isolation levels are defined in java.sql.Connection interface

  • 4
  • 3
  • 5
  • 2

5. Which collection class associates values witch keys, and orders the keys according to their natural order

  • java.util.HashSet
  • java.util.LinkedList
  • java.util.TreeMap
  • java.util.SortedSet
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment

  • Sachin Yadav 8 years ago

    Visit flizzindia free online test series and mock test for ssc cgl

  • JavaCoder 9 years ago

    First question is wrong.:

    The correct question should be:

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

  • Mritunjay Kumar 10 years ago

    C is the correct ans because with final keyword we can not inherit that class

  • selvi 11 years ago

    it is not necessary that a final class should not be a derived class.

    JavaCoder 9 years ago replied

    Yes, the first question is wrong. Also, the following comment I posted here was removed :

    "First question is wrong.:

    The correct question should be:

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