Question Detail

All methods of interface are public and abstract

  • True
  • False
Similar Questions :

1. In java, gc() method is available in which package

  • java.lang package
  • java.util package
  • java.awt package
  • java.io package

2. Applet always executed on

  • Client side
  • Server Side

3. Interfaces helps in which type of inheritance

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

4. what is jdb

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

5. 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][];
Read more from - Java Objective Questions Answers -Chapter 1