

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
1. |
How EJB Container handles exceptions? |
Answer» | |
2. |
What is System level Exception in EJB? |
Answer» | |
3. |
What is Application level Exception in EJB? |
Answer» | |
4. |
What is EJBQL? |
Answer» | |
5. |
Explain annotation in EJB to do the database entity relationships/mappings. |
Answer» | |
6. |
What is JNDI? Explain its terms in terms of EJB. |
Answer» | |
7. |
Which are the attributes of Container Managed Security? |
Answer» | |
8. |
Which are the attributes of Bean Managed Transactions? |
Answer» | |
9. |
Which are the attributes of Container Managed Transactions? |
Answer» | |
10. |
What is Bean Managed Transactions? |
Answer» | |
11. |
What is Container Managed Transactions? |
Answer» | |
12. |
Explain ACID in context of transaction management. |
Answer» | |
13. |
What ACID stands for? |
Answer» | |
14. |
What is a transaction? |
Answer» | |
15. |
Which types of java classes can be mapped using @Lob annotation? |
Answer» | |
16. |
Explain @Lob annotation. |
Answer» | |
17. |
Explain @Embeddable annotation. |
Answer» | |
18. |
What is method level interceptor in EJB? |
Answer» | |
19. |
What is default interceptor in EJB? |
Answer» | |
20. |
What is class level interceptor in EJB? |
Answer» | |
21. |
What is an EJB Interceptor? |
Answer» | |
22. |
How EJB implements dependency injection? |
Answer» | |
23. |
Which annoatation is used to inject SessionContext into an ejb? |
Answer» | |
24. |
Which annoatation is used to inject singleton services like timer service into an ejb? |
Answer» | |
25. |
Which annoatation is used to inject an datasource into an ejb? |
Answer» | |
26. |
Which annoatation is used to inject an ejb into another ejb? |
Answer» | |
27. |
What is a timer service in EJB? |
Answer» | |
28. |
What are the callback annotations for entity bean? |
Answer» | |
29. |
What are the callback annotations for message driven bean? |
Answer» | |
30. |
What are the callback annotations for stateful bean? |
Answer» | |
31. |
What are the callback annotations for stateless bean? |
Answer» | |
32. |
What is Callback in EJB? |
Answer» | |
33. |
Explain @javax.ejb.PostActivate annotation. |
Answer» | |
34. |
Explain @javax.ejb.ActivationConfigProperty annotation. |
Answer» | |
35. |
Explain @javax.ejb.Remote annotation. |
Answer» | |
36. |
Explain @javax.ejb.Local annotation. |
Answer» | |
37. |
Explain @javax.ejb.EJB annotation. |
Answer» | |
38. |
Explain @javax.ejb.MessageDrivenBean annotation. |
Answer» | |
39. |
Explain @javax.ejb.Stateful annotation. |
Answer» | |
40. |
Explain @javax.ejb.Stateless annotation. |
Answer» | |
41. |
Is Message Driven bean a stateless bean? |
Answer» | |
42. |
What are the key components of persistence API in EJB? |
Answer» | |
43. |
What are the differences between stateful session bean and stateless session bean? |
Answer» | |
44. |
What a remote session bean is used in EJB? |
Answer» | |
45. |
When a local session bean is used in EJB? |
Answer» | |
46. |
What is Message Driven Bean in EJB? |
Answer» | |
47. |
What is Entity Bean in EJB? |
Answer» | |
48. |
What is Stateless Session Bean in EJB? |
Answer» | |
49. |
What is Stateful Session Bean in EJB? |
Answer» | |
50. |
What is a Session Bean in EJB? |
Answer» | |