What are the differences between resultset and rowset?
No Answer is Posted For this Question
Be the First to Post Answer
Give an example for getXXX method?
What are the different types of statements? How we can you use preparedstatement.
What are different types of transactions?
What is jdbc odbc bridge?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Under what circumstances, that all four drivers are used?
Where is jdbc used?
How does jdbc connect to database?
What is the syntax of URL to get connection?