adspace
Answer Posted / Himanshu Bisht
In Java, the Class.forName("<className>") method is used to load a class by its fully-qualified name (package name + class name) as a Class object. It can be useful when working with JDBC drivers, where the driver class must be loaded before creating a connection to a database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does view occupy space?
What are the different SQL Server Versions you have worked on?
What is subquery? Explain the properties of a subquery?
What is the difference between for xml raw and for xml auto?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
Disadvantages of the indexes?
How to enter binary string literals in ms sql server?
What is in place upgrade in sql server?
Can we shrink data file in sql server?
Is it possible to have clustered index on separate drive from original table location?
What is the primary use of the model database?
How to rebuild the master database?
What is sql server query analyzer?
What are the source of constraints?
what is the difference between openrowset and openquery?