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 is the difference between jdbc and odbc?

0 Answers  


How to set NULL values in JDBC PreparedStatement?

0 Answers  


What are the conditions applies to varchar variable, when using in procedures?

0 Answers  


How do we load the drivers?

0 Answers  


Which type of driver provides jdbc access via one or more odbc drivers?

0 Answers  






How to handle when the database crashes while reading the data from the database?

2 Answers   IBM,


What is the limitation of PreparedStatement and how to overcome it?

0 Answers  


i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me

5 Answers   IBM,


How many types of JDBC Drivers are present and what are they?

0 Answers  


Does sql allow null values ? Can we use it within where clause ?

0 Answers  


any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.

0 Answers  


Is jdbc a middleware?

0 Answers  


Categories