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 |
How do I check in my code whether a maximum limit of database connections have been reached?
What is the meaning of “dirty read” in the database?
What is batch processing and how to perform batch processing in jdbc?
Name different methods for getting streams.
Why isn't the java.sql.DriverManager class being found?
How can I write to the log used by DriverManager and JDBC drivers?
Differentiate between a statement and a preparedstatement.
How to connect html page to database using jdbc?
What type of drivers have you used?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
When does the result for an sql statement return null?