Question Detail

Which is the predefined package

  • Lang package
  • io package
  • util package
  • All of above
Similar Questions :

1. what is jdb

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

2. 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][];

3. Java beans have no types

  • True
  • False

4. Session beans are created by the client submitting the query to the database

  • True
  • False

5. Execution of the program is always begins with

  • Main method
  • class contain main method
  • parent class
  • default package
Read more from - Java Objective Questions Answers -Chapter 1