How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
No Answer is Posted For this Question
Be the First to Post Answer
Why is jdbc used?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is the full form of jdbc?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
How to know howmuch data is truncated?
Describe odbc?
Briefly tell about the jdbc architecture.
What do you mean by database connection pooling?
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 database null and Java null?
How can you load the drivers in jdbc?
signature of init method?