What is jdbc explain?
No Answer is Posted For this Question
Be the First to Post Answer
What is jdbc and odbc?
What is meant by a ResultSet?
Does jdbc use ssl?
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 thin driver in jdbc?
Why are we using blob datatypes in jdbc?
HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx
What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
Which database is used with java?
What is jdbc and its types?
What is Type-1 Driver and when this driver is used?
Which type of driver provides jdbc access via one or more odbc drivers?