Multiple choice What is 'instanceof'? It is an operator. It is a keyword. It is an interface. None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation 'instanceof' is an operator, which is used to know the type of an object during runtime.