InterviewSolution
Saved Bookmarks
| 1. |
What Is J2ee Application? |
|
Answer» Any deployable unit of J2EE functionality. This can be a SINGLE J2EE module or a group of modules packaged into an EAR FILE along with a J2EE application deployment descriptor. J2EE APPLICATIONS are typically engineered to be distributed across MULTIPLE computing tiers. Any deployable unit of J2EE functionality. This can be a single J2EE module or a group of modules packaged into an EAR file along with a J2EE application deployment descriptor. J2EE applications are typically engineered to be distributed across multiple computing tiers. |
|