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 / 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 |
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
what is the difference between doGet() and doPost()?
What is difference between PrintWriter and ServletOutputStream?
How printwriter is different from servletoutputstream?
What is the purpose of inter-servlet communication?
What are important features of Servlet 3?
What is difference between cookies and httpsession?
What advantages do servlets have over CGI programs?
Name the webserver that is used to run Servlets?
What is the default http method in the servlet?
How does tomcat servlet container work?
What is servletconfig?