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 are the exceptions in jdbc?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What is JDBC Batch Processing and what are it’s benefits?
How a database driver can be loaded with jdbc 4.0 / java 6?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
How to connect multiple database in jdbc?
What is hbm xml?
What is meant by jdbc and odbc?
How to check jdbc driver version in sql server?
Where can I find ojdbc14 jar file?
What is jdbc drivers in java?