PDA

View Full Version : EJB



  1. Can CMP manage BMP Transaction Entity Bean Life Cycle
  2. Driver manager is a class or interface
  3. What is an EJB object
  4. What is the purpose of JNDI
  5. What is the purpose of EJBs
  6. What is Enterprise JavaBeans
  7. What is current EJB version
  8. What are main features in EJB
  9. Basic types of Enterprise JavaBeans
  10. What is SessionBean and EntityBean
  11. What are goals of EJB architecture
  12. Difference between container-managed & bean-managed persistence?
  13. What are abstract methods in EntityBean
  14. What is finder method
  15. What is the difference between stateless and stateful sessions
  16. How is an entity bean created
  17. What is Transaction attribute
  18. How Client will contact the Bean
  19. What are required main interfaces in EJB
  20. What transaction attributes does Java Bean support?
  21. How to connect to a specific enterprise bean
  22. What are the types in SessionBeans
  23. What is Introspection
  24. How do identify two same entity beans
  25. Explain the Software Architecture of EJB
  26. Can stateful session beans are persistent
  27. How bean-managed transactions will work
  28. Why does EJB needs two interfaces, Home and Remote Interface
  29. Describe client view of an Enterprise JavaBeans component
  30. Explain the architectural relationship between EJB & XML
  31. How is an entity bean created
  32. What are the properties in Beans
  33. What is BDK
  34. What is a Java Bean
  35. Where a bean can be used
  36. What is meant by manifest files
  37. What is JAR file
  38. What is Entity Bean and Session Bean
  39. Explain the difference between, Java Class and Bean
  40. Name the interfaces that you used in Beans
  41. What is persistence
  42. What is the major difference between SessionBean and EntityBean
  43. What are the steps involved in creating a Bean
  44. In bean managed transactions, how session bean can be configured
  45. What are the various methods of an Entity Bean
  46. What are the design goals of EJB Architecture
  47. What are the classes you used in Beans
  48. Remote interface and Home interfaces
  49. How can a CORBA object, accessed from a EJB
  50. Can we have static initializer blocks in EJB
  51. How enterprise beans will handle concurrent on entity beans
  52. How EJB component can interact with COM/DCOM components
  53. How stateful session beans will maintain consistency, across transaction updates
  54. How does EJB 2.0 improve support for interoperability between EJB containers
  55. How Stateful Session bean will store its State
  56. How does a container, manage access, from multiple transactions on an entity bean
  57. How 'messaging' supported in EJB 2.0 Specification
  58. what way, the client gets a reference to an existing entity bean
  59. how an entity bean can be created
  60. EJB project, How many tables and many entity beans are used
  61. In EBs the DB state is more consistent than SBs why?
  62. An EJB client, can marshall an object of the class java.lang.Class to an EJB
  63. When deploying an EJB, does it possible to specify multiple JNDI names
  64. Is it possible write two EJBs have different bean classes
  65. What are the transaction management benefits of the EJB architecture
  66. What is the TX operational difference between Session Bean and Entity Bean
  67. difference between Container managed persistent bean & Bean managed persistent beam
  68. What is bean info
  69. What are the required methods to implement EJB architecture
  70. How entity beans support container managed persistence
  71. What are the services that a container provides for an entity bean
  72. EJB containers supports what kind of transaction attributes
  73. How EJB and JDBC/SQLJ are related
  74. Explain the architectural relationship between JavaBeans and JTA
  75. TX operation function executed by?
  76. Can a client interact with an Java Bean directly? Explain?
  77. What are the influence factors of ejbLoad() & ejbStore()
  78. What is the Control flow of an Entity
  79. How to determine, that beans are TX or not
  80. How to set the relationship between tables in ejb
  81. Difference between JavaBeans and Enterprise JavaBeans
  82. Life cycle methods in stateless Session Beans
  83. Life cycle methods in stateful session beans
  84. Life Cycle methods in Entity Bean with Container Managed persistence
  85. How do you implement the Local Interfaces
  86. Life Cycle methods in Entity Bean with Bean Managed Persistence
  87. write remote and local interfaces in one bean
  88. How container will maintain synchronization for multiple calls for entity bean
  89. What are Transaction Attributes and use of RequiresNew
  90. How to deploy enterprise JavaBeans
  91. What does a deployment diagram specify
  92. What is the relationship between an EJB component, EJB container
  93. What Is EJB Clustering? Explain the Functionality
  94. What is ejb
  95. How does legacy object mapping work
  96. What is the purpose of a transaction monitor
  97. How can I call one EJB from inside of another EJB
  98. Can the primary key in the entity bean be a Java primitive type such as int
  99. What s the difference b/w EJB 2.0 and EJB 3.0 technically
  100. What is the diff between EJB and Servlet/jsp
  101. Can u explain about design patterns like singleton, builder, factory
  102. Difference b/w the hybernate and entity bean
  103. can integrate EJB and hibernate