What does executequery return in java?
How many types of resultset are there in jdbc?
List the common jdbc exceptions ?
What is in term of jdbc a datasource?
How transactions are performed using JDBC ?
java based application for hospital management
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What are the common tasks of JDBC?
What is executeupdate in java?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
Differentiate between a statement and a preparedstatement.
What is namedparameterjdbctemplate?
How can you tune SQL statements?