Without using of Class.forName(? ?), how do you connect to
db?
Answer Posted / niranjanravi
through DriverManager.RegisterDriver
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the return type of execute, executequery and executeupdate?
What does executeupdate return in jdbc?
What does jdbc stand for?
What is preparedstatement in jdbc?
How do we call a stored procedure from jdbc?
Why do we need a jdbcrowset like wrapper around resultset?
Does jdbctemplate close connection?
How do I find ojdbc jar version?
What are restrictions on triggers?
RowSetInternal caller and returns void. What can I do in the readData method?
What are the advantages of using preparedstatement in java?
What is a jdbc connection?
What is the use of the statement in jdbc?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is connection pooling and why it is used?