Multiple choice

Which of the following methods executes an SQL statement that may return multiple results?

  1. stock

  2. getInputStream()

  3. execute()

  4. executeQuery()

  5. next()

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

This method executes an SQL statement that may return multiple results.