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 are the 4 types of research methods?
Is singleton class thread safe?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is array length?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Can Exception handling we can handle multiple catch blocks?
What are different types of states exist for a thread?
What are jee technologies?
explain different ways of using thread? : Java thread
What is break and continue statement?
What is the maximum size of list in java?
What is the purpose of the return statement?
How do you achieve singleton?
What are the parts of a method?
Where is core java used?