Oracle
1Z0-805 · Question #91
Which code fragment demonstrates the proper way to handle JDBC resources? Oracle 1Z0-805 Exam
The correct answer is C. Try {. See the full explanation below for the reasoning.
Question
Which code fragment demonstrates the proper way to handle JDBC resources? Oracle 1Z0-805 Exam
Options
- ATry {
- BTry {statement stmt = con.createStatement();
- CTry {
- DTry {ResultSet rs = stmt.executableQuery (query);
How the community answered
(17 responses)- A6% (1)
- B6% (1)
- C76% (13)
- D12% (2)
Community Discussion
No community discussion yet for this question.