Question Detail

Minimum threads in a program are

  • 1
  • 2
  • 5
  • Many
Similar Questions :

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

2. There is no default transaction attribute for an EJB

  • False
  • True

3. Which is the predefined package

  • Lang package
  • io package
  • util package
  • All of above

4. Why we use array as a parameter of main method

  • it is syntax
  • Can store multiple values
  • Both of above
  • None of above

5. The class java.sql.Timestamp is associated with

  • java.util.Time
  • java.sql.Time
  • java.util.Date
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1