S

Satya • 3.38K Points
Extraordinary

Q. Which method is used for INSERT, UPDATE, DELETE operations?

  • (A) executeUpdate()
  • (B) executeQuery()
  • (C) executeSelect()
  • (D) executeFetch()
  • Correct Answer - Option(A)
  • Views: 7
  • Filed under category Java JDBC
  • Hashtags:

Explanation by: Satya
executeUpdate() returns the number of affected rows for DML operations.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.