Mention the three levels for applying interceptor methods.
Answer / Rajat Pratap Singh
The three levels for applying interceptor methods in EJB are: 1. Container Level (applied by the container to all calls), 2. Bean Level (applied by the bean itself to specific methods), and 3. Method Level (applied by the developer to specific method invocations).
| Is This Answer Correct ? | 0 Yes | 0 No |
Is method overloading allowed in ejb?
What is the difference between ejb and java beans?
What is ejb and its types?
Name the acid properties of a transaction.
What is ejb in java?
What does a deployment diagram specify?
how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
What is ejb ql?
What are stateless functions?
What is the difference between ejb and spring?
Enlist the CallBack methods of Session Bean?
Basic types of Enterprise JavaBeans?