Moderate

Which statement is static and synchronized in JDBC API ?

Correct answer: A. getConnection()

  • A. getConnection()
  • B. executeQuery()
  • C. prepareCall()
  • D. executeUpdate()

Explanation

`getConnection()` is the JDBC method used to obtain a database connection and is exposed as a static method through `DriverManager`. The other methods are operations on statement or callable-statement objects rather than connection acquisition methods.

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