Valid 1Z0-895 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-895 Exam! ExamDiscuss.com now offer the newest 1Z0-895 exam dumps, the ExamDiscuss.com 1Z0-895 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-895 dumps with Test Engine here:
How many interceptor classes can be applied to a single stateful session bean?
Correct Answer: B
Explanation/Reference: The @Interceptors annotation can take an array of classes, so you can bind more than one class-level interceptor this way, e.g. @Stateless @Interceptors ({TracingInterceptor.class, SomeInterceptor.class}) public class EmailSystemBean { ... } Reference: EJB Interceptors http://docs.jboss.org/ejb3/app-server/tutorial/interceptor/interceptor.html