Moderate

The class java.sql.Timestamp is associated with _____________?

Correct answer: A. java.util.Date

  • A. java.util.Date
  • B. java.util.Time
  • C. java.sql.Time
  • D. None of above

Explanation

`java.sql.Timestamp` is a date-and-time type that extends `java.util.Date`, adding nanosecond precision for SQL timestamps. It is not associated with `java.sql.Time`, which represents time without a date.

Last updated

Practise Database Systems

49 free Database Systems MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions