Is jdbc a framework?
No Answer is Posted For this Question
Be the First to Post Answer
How we can you use preparedstatement.
What is isolation level? How to set it?
What are the flow statements of jdbc?
How do I connect to jdbc?
Describe odbc?
Is odbc an api?
Is jdbc object oriented?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
How do java applications access the database using jdbc?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Which Java and java.sql data types map to my specific database types?
What does executeupdate return in jdbc?