Which are true statements? (Choose two.) A. A PreparedStatement is generally faster than a Statement when each

Question:

Which are true statements? (Choose two.)

A. A PreparedStatement is generally faster than a Statement when each is run 100 times.

B. A PreparedStatement is generally slower than a Statement when each is run 100 times.

C. A PreparedStatement is generally the same speed as a Statement when each is run 100 times.

D. PreparedStatement extends Statement

E. Statement extends PreparedStatement

F. PreparedStatement and Statement are not in the same inheritance hierarchy.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: