instanceof - incompatible conditional operand types

Posted by java_geek on Stack Overflow See other posts from Stack Overflow or by java_geek
Published on 2010-03-31T08:10:12Z Indexed on 2010/03/31 8:13 UTC
Read the original article Hit count: 444

Filed under:
|
|

String s = new String(); System.out.println(s instanceof Cloneable);

A compiler error is thrown ? What is the problem?

© Stack Overflow or respective owner

Related posts about java

Related posts about instanceof