|
|
|
J2EE
|
What is the web container?
Servlet and JSP containers are collectively referred to as Web containers. It manages the execution of JSP page and servlet components for J2EE applic |
|
|
J2EE
|
What are container services?
A container is a runtime support of a system-level entity. Containers provide components with services such as lifecycle management, security, deploym |
|
|
J2EE
|
What is the container?
Containers are the interface between a component and the low-level platform specific functionality that supports the component. Before a Web, enterpri |
|
|
J2EE
|
Is HTML page a web component?
No. Static HTML pages and applets are bundled with web components during application assembly, but are not considered web components by the J2EE speci |
|
|
J2EE
|
Are JavaBeans J2EE components?
No. JavaBeans components are not considered J2EE components by the J2EE specification. They are written to manage the data flow between an application |
|
|