About Question enthuware.oce-jpad.v6.2.476 :
Posted: Sat Mar 17, 2012 2:10 pm
I believe options C and D must read:
Otherwise it does not make sense.Change //3 to: Query<Employee> q = em.createQuery(c);
Change //3 to: TypedQuery q = em.createQuery(Employee.class);