310-091 Exam
Sun Certified Bus.Component Developer Java EE Platform 5
- Exam Number/Code : 310-091
- Exam Name : Sun Certified Bus.Component Developer Java EE Platform 5
- Questions and Answers : 305 Q&As
- Update Time: 2011-10-24
- Testing Engine (SoftWare Version): $ 59.00
- PDF (Printable Version) Price: $15.00
Note: After purchase, we will send questions within 24 hours.
Free 310-091 Demo Download
Examsoon offers free demo for SCBCD 310-091 exam (Sun Certified Bus.Component Developer Java EE Platform 5). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.
Download 310-091 ExamTesting Engine
Exam 310-091 Preparation from Examsoon include:
After you purchase our product, we will offer free update in time for 90 days.
100% Pass Guaranteed at First Attempt Or Free Update
Immediate Download After Purchase
Comprehensive questions with complete details
Questions accompanied by exhibits
Verified Answers Researched by Industry Experts
Drag and Drop questions as experienced in the Examsoon
Questions updated on regular basis
our product is in multiple-choice questions (MCQs)
Passing the SUN 310-091 Exam:Passing the 310-091 exam has never been faster or easier, now with the questions and answers, without the messy 310-091 exam that are frequently incorrect. Examsoon Unlimited Access Exams are not only the cheaper way to pass without resorting to 310-091 tests, but at only $ 59.00 you get access to the exam from every certification vendor.
Our 310-091 practice exams and study questions are composed by current and active Information Technology experts, who use their experience in preparing you for your future in IT.
SUN 310-091 Search Help Feel free to use search terms below while searching the Net for 310-091 exam:
310-091 brain dump simulations
310-091 Test question
310-091 braindump work
310-091 master exams
310-091 braindump model
310-091 latest test
Commitment to Your Success:
At Examsoon we are committed to you ongoing success. Our exams are constantly being updated and compared to industry standards.
You are not about to purchase a disposable product. 310-091 exam updates are supplied free of charge. Regardless of how soon you decide to take the 310-091 examination certification, you will be able to walk into the testing room as confident as the Certification Administrator.
Skip all the worthless 310-091 tutorials and download 310-091 exam materials with questions and answers and a price too unbelievable to pass up. Act now and download it today!
http://www.Examsoon.com The safer.easier way to get SCBCD Certification.
Exam : SUN 310-091
Title : Sun Certified Bus. Component Developer Java EE Platform 5
1. A developer is working on a user registration application using EJB 0. A business method registerUser in stateless session bean RegistrationBean performs the user registration. The registerUser method executes in a transaction context started by the client. If some invalid user data causes the registration to fail, the client invokes registerUser again with corrected data using the same transaction. Which design can meet this requirement?
A. Have registerUser method call EJBContext.setRollbackOnly() method after registration fails.
B. Have registerUser method throw javax.ejb.EJBTransactionRequiredException after registration fails.
C. Have registerUser method throw EJBException without marking the transaction for rollback, after registration fails.
D. Create an application exception with the rollback attribute set to false and have registerUser method throw it after registration fails.
Answer: D
2. Which two class types must be implicitly or explicitly denoted in the persistence.xml descriptor as managed persistence classes to be included within a persistence unit? (Choose two.)
A. Entity classes
B. Interceptor classes
C. Embedded classes
D. Entity listener classes
Answer: AC
3. Given:
11. @Entity public class X {
12. @Id int id;
13. Y y;
14. }
A public class Y with NO Java Persistence annotations is defined in the same package.
Which statement is correct about these classes if NO other annotations and mapping descriptors are provided?
A. Class Y must be serializable.
B. Class Y must be marked as an entity.
C. The entity X is not defined correctly.The field y must be marked as @Lob.
D. Class Y must be accessed by a persistence application through a public interface.
Answer: A
4. Which statement about the combination of mapping defaults, annotations, and XML descriptors is correct?
A. All mapping annotations must always be processed by the persistence provider.
B. Some annotations, like the @Entity annotation, must always be processed by the persistence provider.
C. The mapping information for an entity class specified by annotations and in XML descriptors must be distinct.
D. If multiple entity listeners are defined, the order in which they are invoked can be defined or overwritten in the XML descriptor.
Answer: D
5. Which is a valid PostConstruct method in a message-driven bean class?
A. @PostConstruct
public boolean init() { return true; }
B. @PostConstruct
private static void init() {}
C. @PostConstruct
private void init() {}
D. @PostConstruct
public static void init() {}
Answer: C

