Explain the life cycle of jdbc.
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between execute, executequery, and executeupdate?
What is meant by connection string?
What does setautocommit do?
What is jdbc url for mysql?
What are the flow statements of jdbc?
How does jdbc connect to database?
What is connection pooling and why it is used?
What is the limitation of PreparedStatement and how to overcome it?
What do you mean by database connection pooling?
What type of drivers are used for web application?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is meant by dao?