+

Search Tips   |   Advanced Search

Runtime instantiation of the classes

If you want to instantiate your class at a specific point of execution or for the classes without no-argument constructors, you need to instantiate the class during run time. For example:
crytoLib = new com.acme.myCryptoLib(); 


Parent topic:

Accessing our own Java classes