Home > Java Programming > Quizzes > Enterprise Computing With Java Practice Test
Enterprise Computing With Java Practice Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 88% Most missed: “Which of the following is not a valid JavaScript variable name?”

Enterprise Java is the use of Java for application development in enterprise-scale software, and merges a collection of APIs and application servers that implement those APIs. Enterprise Java also includes related technologies, such as the Spring Framework.

Enterprise Computing With Java Practice Test
Time left 00:00
25 Questions

1. Which of the following is a client-side Java Script object?
2. Which of the following exceptions is thrown by the ejbLoad() method of an entity bean when the database row to be loaded is not found ?
3. Which of the following delegates the request handling to the RequestProcessor instance?
4. Upon invoking getRollbackOnly() method by a business method in an entity bean, which transaction attribute settings will lead the ejb container to throw an exception?
5. Which statement about life-cycle callback methods is correct?
6. Which of the following regarding business methods in a bean class is incorrect?
7. What are the contents of web module?
8. Which two of the following is responsible to creates ejb-jar files? 1. The bean provider. 2. The application assembler. 3. The deployer. 4. The system administrator.
9. The life cycle of session bean is not maintained by the application server (EJB Container).
10. Which of the following is the correct way for writing Java Script array?
11. What type of image map could be used with Java Script?
12. EJB is like COM, Abbreviate the term COM?
13. What represents a persistent global data from the database?
14. Which component does the Entity bean represent the persistent data stored in the database?
15. Which of the following is not an implicit object in JSP? I. Request. II. Session. III. Vector. IV. In.
16. JMS is mainly used to send and receive message from one application to another.
17. What are the functions of the dot(.) operator?
18. A JSP page needs to generate an XML file. Which attribute of page directive may be used to specify that the JSP page is generating an XML file?
19. Which services are provided to EJB components by the EJB container?
20. Which of the following is not true for servlet?
21. JavaScript RegExp Object has modifier 'i' to __________
22. Which can generate HTML dynamically on the client but can hardly interact with the web server to perform complex tasks like database access and image processing etc. in JSP?
23. Which of the following are guaranteed capabilities of EJB 2.0?
24. Dynamic interception of requests and responses to transform the information is done by
25. Which of the following is the format for EJB deployment descriptor files?