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 a vector in java?
How to optimize the javac output?
How is Object Oriented Programming different from Procedure Oriented Programming?
What does .equals do in java?
What do you understand by private, protected and public?
Explain java coding standards for constants?
Why java is considered as platform independent?
Define inheritance with reference to java.
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What does java final mean?
Define how objects are stored in java?
What is :: operator in java?
Explain about wait() method?
What do you understand by soft reference?
Java.util.regex consists of which classes?