What is JDBC PreparedStatement?



What is JDBC PreparedStatement?..

Answer / Sandeep Rajput

A JDBC PreparedStatement is a precompiled SQL statement that can be used multiple times with different values for its placeholders. This provides performance benefits as the statement does not need to be parsed every time it is executed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is Statement and PreparedStatement? whatz the difference?

2 Answers  


What packages are used by jdbc?

1 Answers  


What is jdbc in dbms?

1 Answers  


What is jdbc thin client?

1 Answers  


What is the difference between execute, executeQuery, executeUpdate?

1 Answers  


What happens if we don't close the connection in jdbc?

1 Answers  


Difference between Generic Servlet and HTTP Servlet?

13 Answers  


How to connect html page to database using jdbc?

1 Answers  


How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?

1 Answers  


How do I start debugging problems related to the JDBC API?

1 Answers  


How to execute bulk number of queries at once?

3 Answers   Wipro,


What is the JDBC?

1 Answers  


Categories