public class Main { public static void main(String[] args) { Main myObj = new Main(); System.out.println(myObj instanceof Main); // returns true } }