CIW
1D0-441 · Question #156
Which statement best describes the use of prepared statements with JDBC?
The correct answer is A. Prepared statements can only be used by the client that created them. See the full explanation below for the reasoning.
Question
Which statement best describes the use of prepared statements with JDBC?
Options
- APrepared statements can only be used by the client that created them.
- BIf the DBMS does not support prepared statements, your code will fail if it attempts to use the
- CPrepared statements can only be used to query the database.
- DA Prepared statements can only be used to perform updates on the database.
How the community answered
(18 responses)- A72% (13)
- B6% (1)
- C6% (1)
- D17% (3)
Community Discussion
No community discussion yet for this question.