| Author |
Difference between new and Class.newInstance()
|
Rahul mir
Ranch Hand
Joined: Oct 31, 2012
Posts: 38
|
|
Hi,
please someone explain about newInstance() method.
|
 |
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
here you go .
Plus, I think newInstance create an object with default constructor. if there is no default constructor it throws error.
|
 |
 |
|
|
subject: Difference between new and Class.newInstance()
|
|
|