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
Explain wait() method of object class ?
Can we use a default constructor of a class even if an explicit constructor is defined?
What is difference between word and integer?
Explain importance of finally block in java?
Can I learn java without any programming experience?
What is the use of singleton class?
Can a class be private or protected in java?
What is the byte range?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
Explain wait(), notify() and notifyall() methods of object class ?
What is the best definition for data?
What does it mean to be immutable?
How big is a 64 bit float?
When is finally block not called?
Explain about static imports in java?