Skip to main content

Why do we build j2ee applicaton

In order to understand why to build application in J2ee, let us understand What is j2ee?(a little further)
Technically J2EE is not a language.
It is a group of specifications, frameworks, technologies, etc. for building distributed enterprise systems. J2EE is comprised of a number of programming and scripting languages including Java, XML, JSP, HTML, SQL, and others. Some of the advantages of J2EE include cross-platform portability, availability of open-source libraries, a huge server-side deployment base, and coverage for most W3C standards.
Due to which, it provides an extensible ways to solve the business problems and to develop business logics.

Comments