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

Is jdbc an api?

0 Answers  


Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?

0 Answers  


What is the exception thrown by JDBC ?

7 Answers  


Why do you use a data source object for a connection?

0 Answers  


what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail

10 Answers   Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,






What are the components of jdbc?

0 Answers  


what happens if connection is not closed?

7 Answers   CTS,


Is jdbc and orm?

0 Answers  


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

0 Answers  


Is there another way of dealing with the result set that could execute faster?

0 Answers  


How do we load the drivers?

0 Answers  


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

0 Answers  


Categories