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 |
Write a command to get actual path of a servlet to the server?
Can threads be used in Servelet?
Can a servlet be called by passing its name as a parameter in the URL?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
What are the kinds of http requests?
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 compiler do not do if we create our own constructor?
What is filter? Can filter be used as request or response?
Define the lifecycle for executing a jsp page.
What are the features added in Servlet 2.5?
What is MIME Type?
how to pass parameter from servlet to html form