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 three parts of a jdbc url?
Explain the process of creating tables using NetBeans IDE?
How to handle when the database crashes while reading the data from the database?
Does jpa use jdbc?
Where is mysql jdbc driver located?
Explain what should be done when a SQL exception is raised?
What packages are used by jdbc?
What is a java driver?
Does sql allow null values ?
Does the JDBC-ODBC Bridge work with Microsoft J++?
Explain Basic Steps in Writing a Java Program Using Jdbc?
is java pure object oriented or not ?