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
What is integer parseint?
What are the 5 types of research methods?
Can we call a non-static method from inside a static method?
Explain enumeration in java?
Explain jdk, jre and jvm?
How can a gui component handle its own events in java programming?
Write a program in java to establish a connection between client and server?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is the string function?
What is the difference between && and & in java?
Implementations of set interface?
What is singleton class in java and how can we make a class singleton?
What is singleton pattern?
Can we create a constructor in abstract class?
How many threads can java run?