Copyright © 2001 Qusay H. Mahmoud
23
Servlet Framework
l
The package: javax.servlet
l
At the top level there are three interfaces:
–
ServletConfig, Servlet, Serializable
l
The servlet interface:
l
init()
l
service()
l
destroy()
l
getServiceConfig()
l
getServiceInfo()
–