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 keyword represents object of the present class

  • interface
  • package
  • this
  • static

2. JIT meaning

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

3. ____ allows java code to run in the JVM to call and be called by native applications

  • JFI
  • JNI
  • NJI
  • FJI

4. The class java.sql.Timestamp is associated with

  • java.util.Time
  • java.sql.Time
  • java.util.Date
  • None of above

5. JAR file contains the compressed version of

  • .java file
  • .class file
  • .jsp file
  • None of above
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 8 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?"