Tuesday, November 29, 2011

What are the legal operands of the instanceof operator?

The left operand is an object reference or null value and the right operand is a class,interface, or array type.
Category:Java Interview Questions

No comments:

Post a Comment