DEVFYI - Developer Resource - FYI

What is component contract

J2EE Interview Questions and Answers (Part 1)


(Continued from previous question...)

42. What is component contract

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.

(Continued on next question...)

Other Interview Questions