how to check the object is from a class code example Example: how to check which class a object is from if (obj instanceof C) { //your code }