What class.forname does, while loading the drivers?


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

Post New Answer

More JDBC Interview Questions

How many rowset are available in jdbc?

0 Answers  


How can I get information about foreign keys used in a table?

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,


How can I connect mysql or oracle with java?

0 Answers  


What is JDBC DataSource and what are it’s benefits?

0 Answers  






What is the jdbc rowset?

0 Answers  


Is jdbc open source?

0 Answers  


What is de-normalization?

1 Answers  


what are the types of result sets in JDBC 3.0 ?

3 Answers   HCL,


How to move the cursor in scrollable resultset ?

0 Answers  


How can I get or redirect the log used by DriverManager and JDBC drivers?

0 Answers  


What does executeupdate return in jdbc?

0 Answers  


Categories