Question Detail

Minimum threads in a program are

  • 1
  • 2
  • 5
  • Many
Similar Questions :

1. Which class cannot be subclassed (or extended) in java?

  • abstract class
  • parent class
  • Final class
  • None of above

2. The JDBC-ODBC bridge is

  • Multithreaded
  • Singlethreaded
  • Both of above
  • None of above

3. Which command disassembles a class file

  • javaamd
  • javacmd
  • java
  • javap

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

5. Which statement is static and synchronized in JDBC API

  • executeQuery()
  • executeUpdate()
  • getConnection()
  • prepareCall()
Read more from - Java Objective Questions Answers -Chapter 1