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 Normalization Rules?
Is jdbctemplate thread safe?
Explain what should be done when a SQL exception is raised?
Which database is used for java?
What is the JDBC syntax for using a literal or variable in a standard Statement?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
How many types of JDBC drivers are there and what are they?
What is the advantage of namedparameterjdbctemplate?
List the advantages of using datasource?
What is the function of drivermanager class?
What is a jdbc url?
What is jdbc thin client in oracle?