Method Summary |
|
public void | test1() The primitive types don't declare constructors. |
public void | test2() The arrays don't declare constructors. |
public void | test3() Only default constructor which takes no parameters must be returned. |
public void | test4() Only default constructor which takes no parameters must be returned. |
public void | test5() The getDeclaredConstructors() method must return protected, package
private and private constructors. |
public void | test6() The interfaces can not define constructors. |