When can an object reference be cast to a Java interface reference?
When a Java object implements the referenced interface it can be cast to the Java interface reference.
FAQ Category: Abstract and Interface
When a Java object implements the referenced interface it can be cast to the Java interface reference.
FAQ Category: Abstract and Interface