January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.ClassCastException
This exception is identical to its J2SE counterpart. It signifies an illegal attempt to cast an object to a class of which the object is not an instance.
public classClassCastExceptionextends java.lang.RuntimeException { // constructors publicClassCastException(); publicClassCaseException(String s); }
Read now
Unlock full access