#32. Which three are aspects of an application are most likely to be determined at runtime based on the user's declared nationality of locale? (Choose three)
#35. Company's application uses several entity beans accessing each other for information. The company found the architecture to be low in flexibility because they embedded entity relationships in the entity beans. What is an alternative solution?
#36. A client makes a transactionless method call to an EJB that has a transaction attribute of Required in the deployment descriptor. Which statement is true?
#38. You are creating an architecture for an online ordering system with the following requirements: * Users will orderproducts over the Internet. * Business objects will reside on a local application server. * All product information is stored in a local RDBMS. * Credit card information must be validated by an external system. * All local systems will be secured behind a firewall. * All communications with the external systems must be secure. Which two design decisions will increase the flexibility of the system? (Choose two)
#39. The following statement is true about which type of EJB? "All bean instances are equivalent when they are not involved in serving a client-invoked method".
#40. Your client is a bank that wants to allow its customers to access their bank accounts over the Internet. Given the following requirements, which protocol communicates with the Web browser? 1. Confidential information must be protected. 2. Customers will access their accounts using only a simple Web browser with no extension.