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 are the packages are used in jdbc?
How many types of statements are there in jdbc?
What is the use of the statement in jdbc?
How can we disable a constraint ?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What is the major difference between java.util.date and java.sql.date data type?
What is getconnection method in java?
How can you know about drivers and database information ?
How can I retrieve a String or other object type without creating a new object each time?
How can I determine the isolation levels supported by my DBMS?
What do you mean by metadata and why we are using it?
How do I disallow NULL values in a table?
Explain the locking system in jdbc & its types?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Why is jdbc needed?