difference between request.getSession(false) or
request.getSession() and request.getSession(true)
Answer Posted / bhaskar
Your answer 100% right
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How forward () method is different from send redirect () method?
How can we achieve transport layer security for our web application?
Explain the war file?
What is the need of session tracking in web application?
Difference between GET and POST?
What is servlet name in web xml?
What are the important functions of filters?
What is webservlet?
How can you push data from an Applet to a Servlet?
How can we create deadlock situation in servlet?
Write a command to get actual path of a servlet to the server?
What are the types of an http request?
What is called servlet container?
How will you pass values from HTML page to the servlet?
Can servlet have a constructor ?