Answer Posted / 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 View All Answers
How vendor Naming registry supports JNDI?
What is a statement in java?
What are the higher level apis under development on top of jdbc currently?
What is jdbc and jdbc drivers?
What is the limitation of PreparedStatement and how to overcome it?
What are types of resultset?
Why we use while rs next ())?
What are the components of jdbc?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What is the use of jdbc api?
What do you mean by database connection pooling?
How do I disallow NULL values in a table?
Why prepared statements are faster?
What is getconnection method in java?