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
Describe how the jdbc application works.
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What is hbm xml?
Does jdbc require oracle client?
How do we call a stored procedure from jdbc?
What are the different types of JDBC drivers?
What is the fastest type of JDBC driver?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is database deadlock ?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Differentiate between a statement and a preparedstatement.
What are the new features available in jdbc 4.0?
What is a java driver?
Why “no suitable driver” error occurs?