What driver should I use for scalable Oracle JDBC applications?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

is java pure object oriented or not ?

7 Answers  


What are the different types of interfaces in the api component?

0 Answers  


How we can you use preparedstatement.

0 Answers  


Which interface is responsible for transaction management in jdbc?

0 Answers  


Why is jdbc used?

0 Answers  


What is jdbc type?

0 Answers  


What is the difference between execute, executeQuery, executeUpdate?

0 Answers  


What are the differences between setmaxrows(int) and setfetchsize(int)?

0 Answers  


Does sql allow null values ? Can we use it within where clause ?

0 Answers  


What are jdbc?

0 Answers  


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,


Which is better odbc or jdbc?

0 Answers  


Categories