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
How many ways can you update a result set?
What is the role of jdbc drivermanager class?
What is device controller?
What are the main components of JDBC ?
What is ojdbc14 jar?
Does sql allow null values ?
Explain about Join?
Which jdbc drivers will run your program?
What is a jdbctemplate?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
When does the result for an sql statement return null?
What does executequery return in java?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What is ojdbc?
How can you retrieve data from the resultset using jdbc?