What is data source in java?



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

Post New Answer

More JDBC Interview Questions

What is difference between odbc and jdbc?

1 Answers  


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.

6 Answers  


What is ojdbc?

1 Answers  


Is jdbc connection secure?

1 Answers  


How to retrieve warnings in jdbc?

1 Answers  


How can we execute stored procedures?

1 Answers  


What is a statement?

1 Answers  


What is database connection pooling? Advantages of using a connection pool?

1 Answers  


What is Type-3 Driver and when this driver is used?

3 Answers   Wipro,


Explain the necessary steps to connect to the database in java?

1 Answers  


what are the advantages of JDBC?

7 Answers  


What is jdbc odbc connection?

1 Answers  


Categories