What are the advantages of using preparedstatement in java?


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

Post New Answer

More JDBC Interview Questions

What does the jdbc resultset interface?

0 Answers  


List the common jdbc exceptions ?

0 Answers  


What does executeupdate return in jdbc?

0 Answers  


The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?

0 Answers  


Is jdbc faster than hibernate?

0 Answers  






What is jdbc thin client in oracle?

0 Answers  


What are the different types of modifiers?

2 Answers  


How many locking systems are there in jdbc?

0 Answers  


What are cursor attributes?

3 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  


wa is connection pooling? how do u create connection pooling?wat is use connection pooling?

1 Answers   Covansys,


What is jdbc resultsetmetadata interface?

0 Answers  


Categories