Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 49 (2 points) saved listen jdbc does not have a separate utili…

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

Explanation:

Brief Explanations

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.

Answer:

  1. False