QUESTION IMAGE
Question
question 49 (2 points) saved listen jdbc does not have a separate utility for creating a jdbc data source. instead, all of the work to define a connection is done in java code via the jdbc driver. 1) true 2) false
To determine the answer, we analyze the statement about JDBC data source creation. JDBC does have ways to configure data sources (e.g., using connection pooling or application server - managed data sources, not just via Java code in the driver). The statement's claim that all connection - defining work is done in Java code via the JDBC driver is incorrect, so the correct option is 2) False.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- False