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 execute method in java?
Is jdbc a web technology?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Is jdbc a middleware?
Name different methods for getting streams.
What are the ddl statements?
How are jdbc statements used?
How can you load the drivers?
What are the types of jdbc drivers that exist?
What are the classes and methods used for sending sql statements to database?
How can we execute stored procedures using callablestatement?
What do you mean by metadata and why we are using it?
What is jdbc resultsetmetadata interface?
Why hibernate is better than jdbc?
What is hbm xml?