Multiple choice

Which of the following methods is used in Java to execute a SQL statement that may return multiple results?

  1. executeQuery()

  2. execute()

  3. executeUpdate()

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This method is used in java to execute an SQL statement that may return multiple results.