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 |
What are the difference between session and cookies in servlet? Explain
What is Server-Side Includes?
What are all the ways for session tracking?
Describe the phases of servlet lifecycle?
What is servlet in simple terms?
How many ways are available to ger RequestDispatcher object?
What are the steps involved in placing a servlet within a package?
Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.
What are the key methods that are involved in processing of http servlets?
How variables can be accessed across the sessions?
What is the difference between CGI and Servlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?