Method Summary |
|
public void | test1() the isInstance() method returns false if argument is null. |
public void | test2() the isInstance() method returns false if this class represetnts primitive
type. |
public void | test3() checks widening refernce conversion. |
public void | test4() The Serializable interface is super interface of the Boolean class. |
public void | test5() Each array has the Object class as its super class. |
public void | test6() Array of primitive types is not an instance of array of objects. |
public void | test7() the isInstance() method returns false if this class represetnts an array
of primitive types. |
public void | test8() checks whether array components can be converted by widening reference
conversion. |
public void | test9() The Permission class is super class of the RuntimePermission class. |