Answer Posted / niranjanravi
session objects
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
Explain web application directory arrangement?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
How can an existing session be invalidated?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What do you mean by deployment descriptor?
How can we invoke another servlet in a different application?
What is the advantage of Servlets when compared with other server side technologies?
Write a command to get actual path of a servlet to the server?
What is called Session Tracking?
Explain the steps involved in placing a servlet within a package?
How to get the current httpsession object?
Explain Action Servlet?
What must be implemented by all servlets?
The code in a finally clause will never fail to execute, right?