How does Class.forName work




Asked on April 02, 2014
How does Class.forName  work? 
I want to understand how Class.forName searches for the class  and then how it creates the object at run time by the given fully qualified class name as string as below

Class.forName("com.test.Test")



Replied on April 03, 2014

Write Answer










©2024 concretepage.com | Privacy Policy | Contact Us