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
What is constructor chaining and how is it achieved in java?
What is the difference between length and length () in java?
What exceptions occur during serialization?
How to do a true java ping from windows?
Does constructor return any value?
What does you mean in math?
What is sorting in java?
What data structures are used to perform recursion?
What are abstract methods in java?
Is java programming easy?
Is there any tag in htm to upload and download files?
What is java and their uses?
What is callable java?
Does java support multiple inheritance or not?
How do you compare two strings lexicographically?