Answer Posted / 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 |
Post New Answer View All Answers
Why did my jdbc code throw a rollback sqlexception?
What does it mean to "materialize" data?
What is correlated subquery?
What is jdbc url for mysql?
How can you create jdbc statements?
What is the JDBC?
List the advantages of using datasource?
What are the new features added to JDBC 4.0?
How a database driver can be loaded with jdbc 4.0 / java 6?
What are the differences between stored procedure and functions?
What is ODBC and JDBC? How do you connect the Database?
Explain some new features available in jdbc 4.0?
Explain the difference between rowset vs. Resultset in jdbc?
What is jdbc driver?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)