Client View of an Entity
Which of the following Exceptions must be included in the throws clause of every create<METHOD> in the following code fragment? [Select all correct answers]4. public interface PartyHome extends javax.ejb.EJBHome {
5. public Party create(String firstName) throws ...
6. }
