What packages are used by jdbc?


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

Post New Answer

More JDBC Interview Questions

What is Type-4 Driver and when this driver is used?

3 Answers  


How many types of jdbc drivers are there?

0 Answers  


What is a Connection?

1 Answers  


Which jdbc driver is the fastest driver?

0 Answers  


How to insert an image or raw data into database?

0 Answers  






How to insert and delete a row programmatically? (new feature in JDBC 2.0)

0 Answers  


What is jdbc connection string?

0 Answers  


What is a statement?

0 Answers  


Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

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 you know about drivers and database information ?

0 Answers  


How can you load the drivers in jdbc?

1 Answers  


Categories