Question Detail

Which method can't be overidden

  • super
  • static
  • final
  • println
Similar Questions :

1. javah stands for

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

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

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above

3. Which of the following command is used to compile the Java program

  • java
  • javac
  • javap
  • none of these

4. Which type of inheritance is not supported by java

  • Single
  • Multiple
  • Mulilevel
  • Hirarchical

5. If method have same name as class name and method don’t have any return type then it is known as

  • Destructors
  • Object
  • Variable
  • Constructor
Read more from - Java Objective Questions Answers -Chapter 1