DEVFYI - Developer Resource - FYI

What is instanceof

J2SE Interview Questions and Answers


(Continued from previous question...)

100. What is instanceof

A two-argument Java keyword that tests whether the runtime type of its first argument is assignment compatible with its second argument.

(Continued on next question...)

Other Interview Questions