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’s the difference between unit, integration and functional testing?
How to create a custom exception?
What is meant by tab pans?
What is java algorithm?
What is the formula to calculate percentage?
What is methodological framework?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is an example of a boolean?
What is local class in java?
Define jre i.e. Java runtime environment?
Is java programming easy?
What is the use of flag?
What are the important features of Java 10 release?
What are the important features of Java 11 release?
What does system out println () do?