Servlet API

Two packages contain the classes and interfaces that are required to build servlets.
  1. javax.servlet
  2. javax.servlet.http
These packages are the standard extensions provided by Tomcat. Hence, these are not included in Java 6.

Please follow the links for more information.

Comments

Popular posts from this blog

[SOLVED] - RSYNC not executing via CRON

RSYNC command without authentication - 8 simple steps

Install JDK on Ubuntu