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
How are multiple inheritances done in Java?
Convert Binary tree to linked list.
Can a class extends itself in java?
How do you sort a string in java?
Is java an ide?
What is an example of procedure?
What are static blocks and static initalizers in java ?
Does java support multiple inheritance or not?
Can an interface have a class?
What is constructor in java ?
How does queue work in java?
What does string intern() method do?
What is the significance of java packages?
What is the difference between a field variable and a local variable?
What does it mean to be immutable?