List the advantages of using datasource?


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

Post New Answer

More JDBC Interview Questions

what is JDBC?

3 Answers   Wipro,


What are temp tables ?

0 Answers  


What is a merge field?

0 Answers  


What is the difference between execute, executeQuery, executeUpdate?

0 Answers  


Why do I have to reaccess the database for Array, Blob, and Clob data?

0 Answers  






What are collection pools?

0 Answers  


When you will get error like ?No suitable driver??

2 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 the packages are used in jdbc?

0 Answers  


How can I get information about foreign keys used in a table?

0 Answers  


Explain the JDBC Architecture?

0 Answers  


What is DML?

0 Answers  


Categories