What are the common tasks of JDBC?
No Answer is Posted For this Question
Be the First to Post Answer
How to update a resultset programmatically?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
How do you determine the sensitivity of the ResultSet object?
What are the functions of the jdbc connection interface?
What is jdbc thin client?
Name the types of jdbc drivers.
What is JDBC Driver interface?
Name the method, which is used to prepare a callablestatement.
What happens if connection is not closed in jdbc?
What is the purpose of the jdbc resultset interface?
What is 2-tier and 3-tier architecture?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?