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
Under what circumstances, that all four drivers are used?
What is in terms of jdbc a datasource?
How can we retrieve data from the resultset?
What are the ddl statements?
What do you understand by jdbc statements?
What is a statement in java?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
Differentiate between stored procedure and functions?
How to check jdbc driver version in websphere?
What is JDBC API and when do we use it?
What is jdbc odbc driver?
Explain the two tier and three tier architecture of jdbc.
What is an encrypted internet connection?
How to insert an image or raw data into database?
What are the different types of interfaces in the api component?