What is ojvm used for?
No Answer is Posted For this Question
Be the First to Post Answer
Is jdbc database independent?
What is jdbc architecture in java?
signature of init method?
Explain about Join?
What are the basic exceptions in jdbc?
What is jdbc and odbc?
What is drivermanager in jdbc?
How MS-Access DB can be accessed over a network, using JDBC API?
what is call level interface?
Under what circumstances, that all four drivers are used?
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 are the main components of JDBC ?