Servlets are protocol- and platform-independent server side components, written in Java, which dynamically extend Java-enabled servers.They have become more and more popular as they benefit from all the advantages of the Java programming language in particular Architecture and Platform Independence and the ability to build robust and secure applications.
Servlets are to a server what applets are to client browsers. Because Servlets run within the server there is no graphical user interface. Communication with a Servlet occurs through the Server API, which although not part of the core Java framework is supported my many manufacturers as an add-on.
Monday, April 26, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment