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 is resultset in jdbc with example?
Which database is used with java?
What types of DataSource objects are specified in the Optional Package?
Explain the main method?
How can I connect mysql or oracle with java?
What are the different types of statements?
Explain in detail about JDBC and its general features?
How many types of jdbc drivers are available?
What do you mean by database connection pooling?
What is statement and resultset in jdbc?
Where can I find ojdbc14 jar file?
What is jdbc connection?