Answer Posted / devarathnam c,kotagudibanda(po
Hi...
The different statements in JDBC:
1:Simple statement
2:PreparedStatement
3:CallableStatement
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How many packages are available in jdbc api?
What are the 4 types of jdbc drivers?
How can I retrieve a String or other object type without creating a new object each time?
What is the execute method in java?
What are the different types of resultset?
How can you retrieve data from the resultset using jdbc?
What are dml and ddl?
How can I manage special characters when I execute an insert query?
How many jdbc driver types are there?
What is isolation level? How to set it?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is batch processing and how to perform batch processing in jdbc?
What are the utilities of the callablestatement?
What are clob and blob data types in jdbc?
When do we get java.sql.SQLException: No suitable driver found?