Hello friends.
Can anybody tell me how many ways exist to create the instance of class. i know only two ways to create the instance of class.
1. using new operator
2. using Class.forName()
can anybody tell me more method. someone told me that there is more than 5 method to create the instance of class.
thanks in advance