Servlets are Java programming language objects that dynamically process requests and construct responses. The Java Servlet API allows a software developer to add dynamic content to a Web server using the Java platform. The generated content is commonly HTML, but may be other data such as XML. Servlets are the Java counterpart to non-Java dynamic Web content technologies such as PHP, CGI and ASP.NET. Servlets can maintain state across many server transactions by using HTTP cookies, session variables or URL rewriting.
Learn all about the usage of Servlets by joining Fortune Technologies’ Java /J2ee training module.
http://fortunetechnol.com/
http://itcoursesbayarea.com/
Sunday, September 20, 2009
Java programming language objects
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment