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. 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

2. Which driver is efficient and always preferable for using JDBC applications

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

3. Java is known as _______stage language

  • One
  • Two
  • Three
  • Four

4. There is no default transaction attribute for an EJB

  • False
  • True

5. Hot java is

  • System software
  • Web browser
  • IDE
  • Java environment
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment

  • Sachin Yadav 9 years ago

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

  • JavaCoder 10 years ago

    First question is wrong.:

    The correct question should be:

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

  • Mritunjay Kumar 11 years ago

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

  • selvi 12 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?"