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

Without using of Class.forName(? ?), how do you connect to db?

3 Answers   IBM,


How transactions are performed using JDBC ?

2 Answers  


How is database middleware used to access legacy databases?

1 Answers  


What is correlated subquery?

0 Answers   emc2, JK Technosoft,


which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.

2 Answers   TCS,






How to check jdbc connection in linux?

0 Answers  


What are the main components of JDBC ?

0 Answers  


How we store procedure in oralce for callable statements in jdbc

0 Answers  


Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

0 Answers  


What is the latest version of JDBC? What new features are added?

4 Answers  


What is jdbc driver in java?

0 Answers  


How to move the cursor in scrollable resultset ?

0 Answers  


Categories