What is benefit 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 are the common tasks of JDBC?

0 Answers  


What is the role of the jdbc drivermanager class?

0 Answers  


If iam using JDBC API, do I also have to use ODBC?

1 Answers  


What is ojdbc14 jar?

0 Answers  


how can we get the metaData (columnNames) from a table which has no Records..

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  


Why resultset is used in java?

0 Answers  


what happens if connection is not closed?

7 Answers   CTS,


What is jdbc driver manager?

0 Answers  


What is getconnection method in java?

0 Answers  


What is new in JDBC 2.0?

0 Answers  


write down exceptions those appear in java programs when u write JDBC Programs?

2 Answers  


Categories