What are the different classes through which JDBC represents statements?
No Answer is Posted For this Question
Be the First to Post Answer
how can we connect to db without using getConnection() method
What is the function of drivermanager class?
What do you understand by jdbc datasource?
What are different types of ResultSet?
how to prevent finally block from execution
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
How can you retrieve data from the resultset using jdbc?
If you are truncated using JDBC, how can you that how much data is truncated?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Is uri the same as url?
How many ways that we can view a result set?
What is jdbc drivers in java?