Give steps to connect to the db using jdbc?


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

Post New Answer

More JDBC Interview Questions

Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....

1 Answers  


How can you tune SQL statements?

2 Answers   Wipro,


Is jdbc part of j2ee?

0 Answers  


What packages are used by jdbc?

0 Answers  


What are the common jdbc exceptions?

0 Answers  






Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


What is jdbc and why is it required?

0 Answers  


Where jdbc drivermanager class is used?

0 Answers  


What are drivers available?

0 Answers  


How do I find jdbc version?

0 Answers  


Stored procedure purpose?

2 Answers  


Diff bet.. Function and Trigger?

3 Answers   Logica CMG,


Categories