InterviewSolution
Saved Bookmarks
| 1. |
What Is The Container? |
|
Answer» Containers are the interface between a component and the low-level PLATFORM specific functionality that supports the component. Before a Web, enterprise bean, or application CLIENT component can be executed, it MUST be ASSEMBLED into a J2EE application and DEPLOYED into its container. Containers are the interface between a component and the low-level platform specific functionality that supports the component. Before a Web, enterprise bean, or application client component can be executed, it must be assembled into a J2EE application and deployed into its container. |
|