Answer Posted / rajiv
hi......
Class.forName() is basically used to load the diver. forName() is static method thats why its directly call with class name( i:e Class)
which return java.lang.class object. n with the help of that object we establish the connection with database.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is ojvm used for?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
Explain the various types of locking system in jdbc?
Does JDBC support stored procedures?
What is the role of jdbc drivermanager class?
Briefly tell about the jdbc architecture.
How does jdbc driver work?
What is a jdbc driver and how many jdbc drivers are available?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
How can you retrieve data from the resultset using jdbc?
How can I write to the log used by DriverManager and JDBC drivers?
What is jdbc vs odbc?
What is layer in communication?
What does executeupdate return in jdbc?
Explain about Join?