Home > Java Programming > Quizzes > Enterprise Java Beans (EJB) Fundamentals Test
Enterprise Java Beans (EJB) Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 59% Most missed: “Where are the EJB classes utilized by applications retained?”
Enterprise Java Beans (EJB) Fundamentals Test
Time left 00:00
25 Questions

1. What is the EJB container responsible for assigning?
2. True or False? Enterprise Java bean is a form of Java bean.
3. Do clients of EJB instantiate beans directly?
4. Use the ______ interface when you need complete control over your bean's serialization.
5. What is asynchronous pattern?
6. True or False? For the class to be serializable - you must implement the Serializable interface in your class even if it is already implemented in a superclass.
7. _______ class does not support serialization.
8. What happens if concurrent access is attempted on a single bean?
9. If you wanted to control the WebLogic Server EJB???s configuration - what is one of the files you would use?
10. When is it ideal to use a singleton session bean?
11. Which of the following is a JNDI scope?
12. Where are the EJB classes utilized by applications retained?
13. True or False? Any public method that is not part of a property definition is a bean method.
14. How are EJB's two interfaces referred to?
15. _____ is NOT a method of the EntityBean Interface.
16. True or False? Client code can access local beans.
17. What kind of programming does Java Message Service provide for EJB?
18. True or False? The properties of a bean affect its appearance or internal state.
19. What is EJB's transaction processing responsible for?
20. True or False? A session bean can only be stateless.
21. _______ is not a tag used in an XML bean archive to define a primitive type.
22. A ____ tag is used to represent an instance of a class in an XML bean archive.
23. True or False? A bean class can fire off any type of event except custom events.
24. EJB is a framework for _____.
25. What are ACID transactions responsible for?