Java Instanceof keyword Hackerrank Solution The Java instanceof operator is used to test if the object or instance is an instanceof the specified type. In this problem we have give... Read more