download Mastguru Android App

Question Detail

Which method can't be overidden

  • super
  • static
  • final
  • println
Similar Questions :

1. Which class cannot be subclassed (or extended) in java?

  • abstract class
  • parent class
  • Final class
  • None of above

2. Which keyword is used while using interface

  • extend
  • implements
  • throw
  • throws

3. What do you mean by javap

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger

4. The JDBC-ODBC bridge is

  • Multithreaded
  • Singlethreaded
  • Both of above
  • None of above

5. Converting a primitive type data into its corresponding wrapper class object instance is called

  • boxing
  • wrapping
  • instantiation
  • autoboxing
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment