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 bytecode in java ?
What is meant by design patterns?
How many bits is a char?
Which language is java?
What is a variable and constant?
What is hashmap in java?
What is an immutable object? How do you create one in java?
What is a pattern what is an anti pattern?
What java ide should I use?
what is recursion in java
What is widening and narrowing in java? Discuss with an example.
What do you understand by garbage collection in Java? Can it be forced to run?
Can we call virtual funciton in a constructor ?
What does serializing data mean?
How java uses the string and stringbuffer classes?