What is the equivalent method for precompiled SQL Statement
in JDBC?



What is the equivalent method for precompiled SQL Statement in JDBC?..

Answer / 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

More JDBC Interview Questions

What is JDBC Transaction Management and why do we need it?

0 Answers  


why are using type4 driver in realtime projects?

4 Answers  


Does sql allow null values ?

0 Answers  


How to find the column count in resultset?

1 Answers   Wipro,


please tell me the name and url path for type-4 driver ?

1 Answers  


Can I get a null resultset?

0 Answers  


How does JDBC differ from ODBC?

7 Answers  


What are the differences between stored procedure and functions?

0 Answers  


How to know howmuch data is truncated?

0 Answers   Mastek,


How to find number of records in result set?

2 Answers  


Why isn't the java.sql.DriverManager class being found?

0 Answers  


wahts is mean by primary key and unique key?

7 Answers   Wipro,


Categories