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
Define servlet mapping?
Explain the steps involved in placing a servlet within a package?
What are the advantages of Servlet over CGI?
How do we translate jsp?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is the process for chaining servlet?
How to generate the server side programming and the advantages of it over the other languages?
Explain the difference between generic servlet and http servlet?
What methodology can be followed to store more number of objects in a remote server?
What is servlet lazy loading?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is servlet initializer?
How would you create deadlock on your servlet?
What are the steps involved in placing a servlet within a package?
Servlet is pure java object or not?