How do java applications access the database using jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What does the jdbc resultset interface?
What is the use of getGeneratedKeys() method in Statement?
What is a jdbc url?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Why do we use jdbc?
What is the role of the jdbc drivermanager class?
Explain the life cycle of jdbc.
What does jdbc stand for?
What is the difference between ExecuteUpdate and ExecuteQuery?
what does the method Class.forName returns?
What is Statement and PreparedStatement? whatz the difference?
What is preparedstatement in jdbc?