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 JDBC Connection? Explain steps to get Database connection in a simple java program.
What are the three parts of a jdbc url?
What is a merge field?
What are the jdbc drivers in java?
What is jdbc template?
What are the different classes through which JDBC represents statements?
What are the ddl statements?
What is a datasource in java?
What are the packages are used in jdbc?
Explain the various types of locking system in jdbc?
What is the return type of execute, executequery and executeupdate?
what happen if we set JDBC string to NULL?
What do you understand by jdbc datasource?
How do I disallow NULL values in a table?
How can I manage special characters when I execute an insert query?