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. javah stands for

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

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

  • Queue
  • Array
  • Stack
  • Maps

3. Program which executes applet is known as

  • applet engine
  • virtual machine
  • JVM
  • None of above

4. Super is the predefined

  • Keyword
  • Method
  • Keyword and Method
  • None of above

5. Executable applet is

  • .applet file
  • .java html
  • .java file
  • .class file
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 9 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 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?"