What protocol does jdbc use?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of connection?
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,
How is database middleware used to access legacy databases?
Name the types of jdbc drivers.
How does a file store compare with a jdbc store?
How many types of jdbc drivers are there?
What is jdbc odbc bridge in java?
What driver should I use for scalable Oracle JDBC applications?
Is there another way of dealing with the result set that could execute faster?
What are the higher level apis under development on top of jdbc currently?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What is the query used to display all tables names in SQL Server (Query analyzer)?