What are static and dynamic queries?



What are static and dynamic queries?..

Answer / shera ahmad khan

Queries that are fiered by using Statement interface are
called Static queries.
Queries that are fiered by using PreparedStatement interface
are called Dynamic queries.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More JDBC Interview Questions

What do you understand by jdbc datasource?

0 Answers  


What is the most common example type 1 driver?

0 Answers   Tech Mahindra,


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

0 Answers  


What does jdbc do?

0 Answers  


What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.

0 Answers  






What is odbc and jdbc?

0 Answers  


What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................

6 Answers   TCS,


What is difference between odbc and jdbc?

0 Answers  


why we don't use the type 2 driver for connect to the database in jdbc?

1 Answers   TCS,


preparedstatement p= new preparedstatement is it possible ?

10 Answers   Fidelity, IBM, Infrasys,


What does adapter class provide?

0 Answers  


How many rowset are available in jdbc?

0 Answers  


Categories