Java instanceof 연산자는 객체 또는 인스턴스가 지정된 유형의 인스턴스인지 테스트하는 데 사용된다.Student, Rockstar, Hacker 클래스가 주어졌다.메인 메소드에서 이 클래스들의 여러 인스턴스로 ArrayList를 채웠다. count 메소드는