Explain the difference between resultset and rowset in jdbc
No Answer is Posted For this Question
Be the First to Post Answer
Does sql allow null values ? Can we use it within where clause ?
What are different parts of a url?
How we can you use preparedstatement.
What does the jdbc resultset interface?
what happen if we set JDBC string to NULL?
What are the measures to connect to the db using jdbc?
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 jdbc databasemetadata interface?
How to store images in database?
Where is ojdbc14 jar located?
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 connection pooling? What Method and class used for Connection pooling in Java?