if we know the any consultancies, it will place in company
work through consultancy(contract base). please help me I'm
2008 pass out java candidate...
Answer Posted / venkat
Hi friend ,
if u use getSession(true),first the container checks the
session is avilable or not.if it exists,it uses that session
and returns that session,otherwise it creates new session
but in case of getSession(false),if the session exists for
the user,it uses that session otherwise it returns null
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What do you mean by chaining in servlet?
What is war file?
Which interface should be implemented by all servlets?
What does the term localization refer to?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Write a program to show the functionality of servlets.
Define servlet mapping?
What is the advantage of Servlets when compared with other server side technologies?
How does Cookies work in Servlets?
When servlet is loaded?
What are the functions of the servlet container?
What are the advantages of Servlet over CGI?
What is the major difference between servlet and applet?
What is the difference between using getSession(true) and getSession(false) methods?
Which httpsession object is used to view and manipulate information about a session?