What is JDBC DataSource and what are it’s benefits?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

How many ways can you update a result set?

0 Answers  


How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?

0 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


What are different parts of a url?

0 Answers  


What is transaction processing in jdbc?

0 Answers  






What is a jdbc connection?

0 Answers  


What are different types of ResultSet?

0 Answers  


Where is jdbc used?

0 Answers  


explain about special characters?

0 Answers  


Is uri the same as url?

0 Answers  


State the three different ways in which you can create a table?

0 Answers  


How do I check in my code whether a maximum limit of database connections have been reached?

0 Answers  


Categories