Is possible to open a connection to a database with exclusive mode with JDBC?
How many types of jdbc drivers are available?
Explain about the drive manager class working?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
Explain the main method?
Describe the steps needed to execute a sql query using jdbc.
Does JDBC support stored procedures?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
Prepared statements are faster. Why?
How can we maintain the integrity of a database by using jdbc?
What happens if connection is not closed in jdbc?
Explain the life cycle of jdbc.
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure