1 | Servlets are protocol- and platform-independent server side components that can be dynamically loaded like applets |
2 | or can be considered as server side counterpart to applets |
3 | or Java application components which are loaded, on demand |
4 | Servlets differ from applets in that they are faceless ( without any graphics ) |
5 |
can be invoked in many ways one of which of the form
|