What is resultset?
No Answer is Posted For this Question
Be the First to Post Answer
State the different connection methods used for creating different types of sql.
Define preparedstatement.
What is Apache DBCP API?
What is jdbc type?
What is resultset?
What is the use of jdbc api?
How to check null value in JDBC?
What are four types of JDBC driver?
How can you make the connection using jdbc?
I have getting problem to calling stored procedure from Mysql through JSP. Please help me.
What is difference between odbc and 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,