Question Detail

Which method can't be overidden

  • super
  • static
  • final
  • println
Similar Questions :

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

  • Queue
  • Array
  • Stack
  • Maps

2. Execution of the program is always begins with

  • Main method
  • class contain main method
  • parent class
  • default package

3. Smallest individual unit in java program is known as

  • string
  • literal
  • token
  • operator

4. Constructor has return type

  • True
  • False

5. Why we use array as a parameter of main method

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1