What is the function of drivermanager class?
No Answer is Posted For this Question
Be the First to Post Answer
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,
Diff. types of triggers..
what is call level interface?
What is the latest version of JDBC? What new features are added?
What is the latest version of JDBC? What are the new features added in that?
java based application for hospital management
Can you define a foreign key, with a key from the same table?
Is oracle client required for jdbc connection?
What is JDBC Savepoint? How to use it?
Give an example for execution of sql statement.
State the different connection methods used for creating different types of sql.
What causes no suitable driver error?