If I define a class with a private default constructor and a public constructor that has parameters, how can I access the private constructor?
public class Bo
You can instantiate instances of that type via reflection.