What is the equivalent method for precompiled SQL Statement
in JDBC?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... The "PreparedStatement" interface provides one method
i.e prepareStatement("some query");
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between executing, executequery, executeupdate in jdbc?
What are the different types of resultset?
What is connection pooling and why it is used?
What is savepoint in jdbc?
What is the use of JDBC DriverManager class?
Can resultset be null in java?
What is addbatch jdbc?
What is meant by jdbc?
What are the steps to connect to the database in java?
What is thin driver in jdbc?
Which package is used for jdbc application?
How can I write to the log used by DriverManager and JDBC drivers?
How does jdbc connect to database?
Why do we use jdbc statements?
Why do I have to reaccess the database for Array, Blob, and Clob data?