What statements about the following method are correct? (Choose three.) A. It protects against a denial of

Question:

What statements about the following method are correct? (Choose three.) 

image text in transcribed

A. It protects against a denial of service attack.

B. It does not protect against denial of service attacks.

C. It protects against SQL injection.

D. It does not protect against SQL injection because it does not use a PreparedStatement.

E. Even if the method completes without throwing an exception, a resource leak might occur.

F. If the method completes without throwing an exception, then no resource leak can occur.

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

Step by Step Answer:

Question Posted: