How many ways that we can view a result set?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of statements in jdbc?
what is call level interface?
How to find total column from a resultset?
What is the jdbc rowset?
What is an SQL Locator?
Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.
4 Answers Cybermate, Hexaware,
What is meant by dao?
Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What are the functions of the jdbc connection interface?
What is ojvm used for?
Why do I have to reaccess the database for Array, Blob, and Clob data?