download Mastguru Android App

Question Detail

Private Constructors can't be access from any derived classes neither from another class

  • True
  • False
Similar Questions :

1. All raw data types should be read and uploaded to the database as an array of

  • int
  • char
  • bollean
  • byte

2. Methods that have same name, but different Parameter list and different definition known as

  • Overriding
  • Constructor
  • Overloading
  • none of these

3. Which method of java is invoked by JVM to reclaim the inaccessible memory location

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c

4. Which type of inheritance is not supported by java

  • Single
  • Multiple
  • Mulilevel
  • Hirarchical

5. what is jdb

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment