download Mastguru Android App

Question Detail

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

  • Overriding
  • Constructor
  • Overloading
  • none of these
Similar Questions :

1. Executable applet is

  • .applet file
  • .java html
  • .java file
  • .class file

2. 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

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. Applet always executed on

  • Client side
  • Server Side

5. Which command disassembles a class file

  • javaamd
  • javacmd
  • java
  • javap
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment