How can you know about drivers and database information ?
No Answer is Posted For this Question
Be the First to Post Answer
how can connection with oracle10g with java
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,
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is JDBC Batch Processing and what are it’s benefits?
What is jdbc connection?
What are collection pools?
What is 2 phase commit?
JDBC Drivers properties?
Can the JDBC-ODBC Bridge be used with applets?
What is a datasource in java?
What is java soft framework?
What are the differences between statement and preparedstatement interface?