Question 1:
Consider the following session bean home interface located through the Java Naming and Directory Interface (JNDI):
Context initialContext = new InitialContext(); ProcessPaymentHome ppHome = (ProcessPaymentHome) initialContext.lookup("java:comp/env/ejb/pphome");
A. RemoteException B. FindException C. Any application specific exception D. CreateException E. RuntimeException