download Mastguru Android App

Question Detail

what is jdb

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger
Similar Questions :

1. Process of creating exact copy of the existing object is called

  • cloning
  • overloading
  • overriding
  • coping

2. Interfaces helps in which type of inheritance

  • Multiple inheritance
  • Multilevel inheritance
  • Hierarchical inheritance
  • None of above

3. Which of the following statements about arrays is syntactically wrong

  • arrayName[] p = new arrayName[5];
  • arrayName p[5];
  • arrayName[] p [];
  • arrayName p[][] = new arrayName[2][];

4. Java beans have no types

  • True
  • False

5. All collection classes are available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment