Does sql allow null values ? Can we use it within where clause ?
Give an example for getXXX method?
explain about special characters?
What are types of resultset?
When you will get error like ?No suitable driver??
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
How do I receive a ResultSet from a stored procedure?
How many types of JDBC drivers are there and what are they?
What are stored procedures? How to call them?
Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
JDBC Drivers properties?
How we can you use preparedstatement.
How does jdbc connect to database?