Does jdbctemplate close connection?


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

Post New Answer

More JDBC Interview Questions

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

0 Answers  


Is jpa faster than jdbc?

0 Answers  


Name the method, which is used to prepare a callablestatement.

0 Answers  


Is jdbc a web technology?

0 Answers  


DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?

0 Answers  






What is difference between jdbc and odbc?

0 Answers  


What are the different types of modifiers?

2 Answers  


Is jdbc connection secure?

0 Answers  


What are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver?

4 Answers   IBM,


Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.

3 Answers   Huawei,


What is a PreparedStatement?

3 Answers   Infosys,


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  


Categories