download Mastguru Android App

Question Detail

Which method can't be overidden

  • super
  • static
  • final
  • println
Similar Questions :

1. How many transaction isolation levels are defined in java.sql.Connection interface

  • 4
  • 3
  • 5
  • 2

2. Execution of the program is always begins with

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

3. Which metrhods are utilized to control the access to an object in multi threaded programming

  • Asynchronized methods
  • Synchronized methods
  • Serialized methods
  • None of above

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

  • java
  • javac
  • javap
  • none of these

5. Super is the predefined

  • Keyword
  • Method
  • Keyword and Method
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment