Does jdbctemplate close connection?


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

Post New Answer

More JDBC Interview Questions

any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.

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 the methods which can verify the cursor particular position?

0 Answers  


How can you create jdbc statements?

0 Answers  


why we don't use the type 2 driver for connect to the database in jdbc?

1 Answers   TCS,






Is uri the same as url?

0 Answers  


signature of init method?

2 Answers  


How do you know which driver is connected to a database?

3 Answers  


Differentiate between type_scroll_insensitive and type_scroll_sensitive.

0 Answers  


Can I use JDBC to execute non-standard features that my DBMS provides?

0 Answers  


How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?

0 Answers  


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

0 Answers  


Categories