when we write class.forName("any one class"); what happens
actually?what it will return?explain stepwise?
Answer Posted / raviji
When we user Class.forName("any one class"); in out program
then actually we tell to JVM to load this class for
connectivity to the DB with out program.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the direct buffer and non-direct buffer in java?
What is ph and buffers?
What is use of super keyword in java?
What programs use java?
Can you have two constructors in java?
How do you differentiate abstract class from interface?
How do you use compareto in java?
What is a protected method?
What is an example of a conditional statement?
What is the equal sign?
What is the need of transient variables in Java ?
How to find the index of the largest number in an arraylist java?
What does g mean in regex?
Compare overloading and overriding?
Why do we create threads in java?