What are the differences between setmaxrows(int) and setfetchsize(int)?
No Answer is Posted For this Question
Be the First to Post Answer
Where is jdbc used?
What are the higher level apis under development on top of jdbc currently?
How can you load the drivers?
Briefly tell about the jdbc architecture.
What are collection pools?
Why would you use setautocommit(false) in jdbc?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 Answers Bosch, HireCraft, Infosys,
What is Apache DBCP API?
Explain about the drive manager class working?
How to check jdbc connection in java?
How many ways that we can view a result set?