By thejavadeveloper
via quicklyjava.com
Published: Oct 14 2012 / 08:52
Class.forName is commonly used while creating JDBC connections, but developers rarely know what it means. In this post we will see how to use this functionality to create objects dynamically even without knowing the class name at compile time.
Add your comment