In which of the following locations the helper classes of a session bean class reside?
Which of the following exceptions will be thrown if the commit() method fails?
Which of the following classes of java.util.logging prints a brief summary of the LogRecord in a human readable format?
You work as a developer for PassGuide Inc. You have implemented a session bean with a method doPrint(), which behaves differently depending on the caller's security role. Only MANAGER in the security roles "ADMIN" and "MANAGER" are allowed to call the method. Which of the following actions are appropriate to accomplish if there is no security-related metadata in the deployment descriptor?
Each correct answer represents a complete solution. Choose all that apply.