Answer Posted / ranganathkini
The Class.forName( String name ) returns a java.lang.Class
object associated with the class or interface with the
specified fully qualified name.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is resultsetmetadata?
What packages are used by jdbc?
Does jpa use jdbc?
What is the most common example type 1 driver?
What is batch processing and how to perform batch processing in jdbc?
What is a datasource in java?
What do you understand by jdbc statements?
What is meant by jdbc and odbc?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
When do we get java.sql.SQLException: No suitable driver found?
What is jdbc oracle thin?
Explain the locking system in jdbc?
What is two-phase commit in the database?
What is the use of statement in jdbc?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?