What is HTTP Tunneling?
HTTP Tunneling is the process of reading and writing the
operations of HTTP protocol.It extends the functionality of
HTTP protocol.
| Is This Answer Correct ? | 7 Yes | 0 No |
How multiple simultaneous requests can be handled by servlets?
servlet life cycle?
In which cases Destroy() is invoked?
Describe servlet?
Why filter is used in servlet?
What advantages do servlets have over CGI programs?
difference between request.getSession(false) or request.getSession() and request.getSession(true)
What are the steps that are involved in using the httpservlet class?
Explain the lifecycle of a servlet?
What is the use of welcome-file-list?
Is servlet thread safe?
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.