InterviewSolution
| 1. |
What Is Component Contract? |
|
Answer» The contract between a J2EE component and its container. The contract INCLUDES life-cycle management of the component, a CONTEXT interface that the instance uses to obtain various information and SERVICES from its container, and a list of services that EVERY container MUST provide for its components. The contract between a J2EE component and its container. The contract includes life-cycle management of the component, a context interface that the instance uses to obtain various information and services from its container, and a list of services that every container must provide for its components. |
|