Showing posts with label Class.forName(). Show all posts
Showing posts with label Class.forName(). Show all posts

Thursday, June 12, 2008

how Class.forName() works exactly?

Dynamic loading is one of the strongest features of java,is its ability to dynamically load code given
the name of the class to load, without having to know the actual classname until runtime.