How can you create jdbc statements?
What is the use of getGeneratedKeys() method in Statement?
what does batchUpdate does?
Explain some new features available in jdbc 4.0?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
Result set’s index starts with 0 or 1?
What are different types of ResultSet?
What is a jdbc connection pool?
What are different parts of a url?
How many types of JDBC drivers are there and what are they?
What happens if we don't close the connection in jdbc?
What is JDBC ResultSet?
Explain how data flows from view to db and reverse