I think problem in side: if (result instanceof A) { A p = (C) result; System.out.println(p.getClass().getSimpleName()); } I made many tries but I can not correct it. Many thanks for your help