Post New Answer View All Answers
What are the common jdbc exceptions?
Which package contains jdbc api?
What is the return type of execute, executequery and executeupdate?
Does jpa use jdbc?
Explain the necessary steps to connect to the database in java?
What are the different classes through which JDBC represents statements?
What is JDBC PreparedStatement?
What is two-phase commit in the database?
What is jdbc connection interface?
What class.forname will do while loading drivers of jdbc?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
How java can be connected to a database?
How to check jdbc driver version in websphere?
What is encrypted connection?
Describe the steps needed to execute a sql query using jdbc.