1. When creating a session bean, the default selection for the session bean is to create a remote client view instead of a local client view. This is because:
A. Even though a local client view is available, it is a best practice to never use a local client view in a session bean.
B. Session beans are normally used to implement facades, and as such, require remote interfaces as opposed to local interfaces.
C. A remote client view is easier to use.
D. Local client view for session beans has been deprecated.
Answer: B
2. A developer has made multiple changes to a Java file. How can the developer switch back to an earlier version of the file?
A. context pop-up menu > Compare with > Local history
B. context pop-up menu > Edit > Reset
C. context pop-up menu > Replace With > Local history
D. File > Replace with Previous
Answer: C
3. Which view best displays the list of all callers and callees of a selected method?