S

Satya • 3.38K Points
Extraordinary

Q. Which method executes any kind of SQL statement?

  • (A) execute()
  • (B) executeQuery()
  • (C) executeUpdate()
  • (D) runSQL()
  • Correct Answer - Option(A)
  • Views: 4
  • Filed under category Java JDBC
  • Hashtags:

Explanation by: Satya
execute() can run SELECT, INSERT, UPDATE, or DELETE statements.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.