what is class.forname() and how it will be useful ?
Answer Posted / keerthi
In java we are using class.forName("classname")in jdbc
for creating instance of driverclass at the same to
registering with drivermanager.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is the type for real numbers called double?
What is the difference between pass by reference and pass by pointer?
Why static functions are used?
What is an escape character in java?
What is difference between fail-fast and fail-safe?
What is meant by class loader? How many types are there? When will we use them?
Can a final variable be null?
What is the tradeoff between using an unordered array versus an ordered array?
Does java support multiple inheritances?
How to handle a web browser resize operation?
What is module with example?
What is a method in coding?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is a void in java?
Explain yield() method in thread class ?