CIW
1D0-441 · Question #74
Which statement is true with respect to prepared statements and JDBC?
The correct answer is A. If prepared statements are not supported by the DBMS, the driver will mimic the functionality of a. See the full explanation below for the reasoning.
Question
Which statement is true with respect to prepared statements and JDBC?
Options
- AIf prepared statements are not supported by the DBMS, the driver will mimic the functionality of a
- BPrepared statements are permanently stored within the database and can be accessed by all
- CTo utilize prepared statements, you must create an instance of the Statement interface.
- DThe syntax for creating prepared statements varies widely among DBMS vendors.
How the community answered
(18 responses)- A72% (13)
- B17% (3)
- C6% (1)
- D6% (1)
Community Discussion
No community discussion yet for this question.