Does jdbc require oracle client?


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

Post New Answer

More JDBC Interview Questions

What are the main steps in java to make JDBC connectivity?

0 Answers   UGC Corporation,


Explain how data flows from view to db and reverse

0 Answers   Bosch,


What are jdbc?

0 Answers  


What is the use of jdbc?

0 Answers  


What are restrictions on triggers?

0 Answers  






How can I use the JDBC API to access a desktop database like Microsoft Access over the network?

0 Answers  


What are the common jdbc exceptions?

0 Answers  


What is executequery in java?

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,


What is a jdbc connection string?

0 Answers  


I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?

0 Answers  


What is phantom read and which isolation level prevents it?

0 Answers  


Categories