download Mastguru Android App

Question Detail

The class java.sql.Timestamp is associated with

  • java.util.Time
  • java.sql.Time
  • java.util.Date
  • None of above
Similar Questions :

1. Which command is used for interpretation of java program

  • Java
  • javac
  • javap
  • none of above

2. Which of the following below are valid isolation levels in J2EE

  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • Only A
  • Both A and B

3. Suspend thread can be revived by using

  • start() method
  • Suspend() method
  • resume() method
  • yield() method

4. Methods that have same name, but different Parameter list and different definition known as

  • Overriding
  • Constructor
  • Overloading
  • none of these

5. The inner class can access private members of the outer class

  • False
  • True
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment