Hello all,
Is the following statement correct?
J2EE includes Servlets and JSP
Is the above statement is correct? what some other key features in J2EE I have to know?
Thank you
Hello all,
Is the following statement correct?
J2EE includes Servlets and JSP
Is the above statement is correct? what some other key features in J2EE I have to know?
Thank you
Is the above statement is correct?
Yes, Servlet and JSP are part of the Java EE specification.
what some other key features in Java EE I have to know?
It all depends on your needs. But here are some other parts of Java EE (non exhaustive):
Servlet and JSP are part of the Java EE specification. Here is an overview of JEE Feature List
Is the above statement is correct?
Yes, that's correct.
what some other key features in J2EE I have to know?
EJB and JMS, among others.