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 |
How do you design microservices?
Whether thread can be used in servlets?
What are the functions of Servlet container?
what is the difference between Servlet and JSP?Advantage of JSP over Servelt?Any concept present in JSP which we cant implement in Servlet?
31 Answers ABC, Apere, AZTEC, CTS, CybAge, iFlex, Impact Systems, Sara, TCS,
What is the life-cycle of servlets?
Can I override destroy() method of Servlets?
what are binding listners?
What are the phases of a servlet life cycle?
Write a command to get actual path of a servlet to the server?
Write a simple servlet program to print the contents of html.
When a servlet accepts a call from a client, it receives two objects. What are they?
What are its drawbacks of cgi?