What is JSP / Java Servlets (J2EE Technologies)?
Sun Micro Systems has provided web
technologies called Java Server Pages (JSP) and Java Servlets for web
development. Sun recommends that JSP should be used for presentation logic and
Servlets for Business logic.
Limitation of using Java / J2EE Technologies:
- Unlike other programming languages Java / J2EE applications are not
pre-compiled but only interpreted. Each time we run the system the JRE detects
the platform and compile the program according to the operating system which
makes the all Java Programs very slow.