Is oracle client required for jdbc connection?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of jdbc drivers that exist?
State the three different ways in which you can create a table?
What is execute(), executeUpdate() and executeQuery() methods?
How many jdbc driver types are there?
Give an example for getXXX method?
Name the new features added in jdbc 4.0.
What does adapter class provide?
How java can be connected to a database?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
What happens if we don't close the connection in jdbc?
Why is odbc needed?
What is resultsetmetadata?