when we write class.forName("any one class"); what happens
actually?what it will return?explain stepwise?
Answer Posted / ram
Class.forName () takes the class name as parameter, and
loads that class in memory. But it doesn't create any
instance of that class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many digits can a float hold?
Explain jdk, jre and jvm?
Explain methods specific to list interface?
What are the parts of a method?
Explain different types of thread priorities ?
What do you know about java?
What are design patterns and please explain?
What is natural ordering in java?
Is age discrete or continuous?
How to check if a list is sorted in java?
What are predicates in java 8?
What is java in simple terms?
Give a brief description of java socket programming?
Is java code slower than native code?
What is floor math?