Answer Posted / prasad rao
These are the JDBC Statements:-
1) Statement
2) PreaparedStatement
3) CallableStatement
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you use preparedstatement in jdbc?
Why resultset is used in java?
What is JDBC Transaction Management and why do we need it?
What are different types of JDBC Drivers?
What is an advantage of using the jdbc connection pool?
Which is best database for java?
Which database is used with java?
How can we store the file in the oracle database?
What are the jdbc statements?
Compare jdbc and odbc and how is jdbc required in this context.
What is JDBC DataSource and what are it’s benefits?
Is possible to open a connection to a database with exclusive mode with JDBC?
Give an example of code used for setting up connection with a driver.
What is createstatement method in java?
What is meant by dao?