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 |
Is jdbc a protocol?
What are the types of statements in jdbc?
Describe how the jdbc application works.
Which database is used with java?
What does executeupdate return in java?
How do you know which driver is connected to a database?
How can we maintain the integrity of a database by using jdbc?
How many jdbc driver types are there?
How the information about db(database) can be retrieved?
How do you determine the sensitivity of the ResultSet object?
If iam using JDBC API, do I also have to use ODBC?
What is meant by jdbc?