0790: tList.add("hello world");
0791: Shape tShapeGet2 = (Shape)tList.get(2); 0792: System.out.println(tShapeGet2);our program will collapse with a ClassCastException:
0797: Exception in thread "main" java.lang.ClassCastException 0798: at ListShape.main(ListShape.java:17)