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 |
What does executeupdate return in jdbc?
What is meant by jdbc?
What is jdbc in dbms?
What is JDBC Connection isolation levels?
Which type of driver is unique in jdbc?
What is jdbc driver manager?
What is namedparameterjdbctemplate?
What is the use of jdbc api?
What is jdbc driver for sql server?
What are the different types of classes in the api component?
Why is jdbc needed?
What are the advantages of using preparedstatement over statement?