J2SE Question:

What is instanceof?

J2SE Interview Question
J2SE Interview Question

Answer:

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


Previous QuestionNext Question
What is interface?What is instance method?