Question:How to determine whether an object is an instance of a class?
A using new keyword B using instanceof keyword C using static keyword
+ AnswerB
+ Report