private constructor
Is there any way by which we can access private constructor of a class from another class.
[97 byte] By [
jaaya] at [2007-10-2 20:57:27]

Oh, okay. Fair enough.I think you can do it with reflection, but I'm not sure, and I've never tried. You'd probably have to call setAccessible or something.
jverda at 2007-7-13 23:42:09 >
