Home »
MCQs »
Software Architecture MCQs
What do you mean by J2EE?
66. What do you mean by J2EE?
- J2EE is a reusable component that can be used for separating things like validation and logging from the action code
- J2EE is a framework that provides some abstraction layer, meaning that the programmer does not have to worry about the implementations
- J2EE is a is used to develop MVC (Model View Controller) based web applications
- J2EE is a standalone java environment used by software or system developers to build and deploy a web-based application or a website
Answer: D) J2EE is a standalone java environment used by software or system developers to build and deploy a web-based application or a website.
Explanation:
J2EE is a standalone java environment used by software or system developers to build and deploy a web-based application or a website.