What is data source in java?
Answer / Megha Yadav
A DataSource in Java is a connection pool that manages connections to a database. It's an interface provided by JDBC API, which abstracts the details of creating and managing connections.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between odbc and jdbc?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
What is ojdbc?
Is jdbc connection secure?
How to retrieve warnings in jdbc?
How can we execute stored procedures?
What is a statement?
What is database connection pooling? Advantages of using a connection pool?
What is Type-3 Driver and when this driver is used?
Explain the necessary steps to connect to the database in java?
what are the advantages of JDBC?
What is jdbc odbc connection?