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 |
What is the use of attribute in servlets?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
What is difference between Forward() and sendRedirect() methode?
How forward () method is different from send redirect () method?
What is the need of session tracking in web application?
What is the web server used for running the Servlets?
What is use of parseQueryString ?
What is the procedure of invoking different servlet in a different application?
when will cookie information destroy?
What are the jobs performed by servlets?
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
Why do we need a constructor in a servlet if we use the init method?