Oracle
1Z0-102 · Question #32
When a typical application utilizes a JDBC data source, the process involves several steps. Identify three of these steps.
The correct answer is A. The application returns the connection to the data source. B. The applicationlooks up the data source using the JNDI name. E. The application requests a connection from the data source. See the full explanation below for the reasoning.
Question
When a typical application utilizes a JDBC data source, the process involves several steps. Identify three of these steps.
Options
- AThe application returns the connection to the data source.
- BThe applicationlooks up the data source using the JNDI name.
- CThe application tests the connection to verify the database's availability.
- DThe application adds a now connection to the data source if none are available.
- EThe application requests a connection from the data source.
How the community answered
(22 responses)- A82% (18)
- C5% (1)
- D14% (3)
Community Discussion
No community discussion yet for this question.