How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?
6 21124difference between request.getSession(false) or request.getSession() and request.getSession(true)
2 19206if 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...
1 3457What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
2 5824When we don't write any constructor for the servlet, how does container create an instance of servlet?
2 6421Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
1 4635how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
2700
What's the advantages using servlets than using cgi?
What are the difference between session and cookies in servlet? Explain
Explain url encoding in servlet?
If servlet receives multiple requests, how many objects will it create?
Define the lifecycle for executing a jsp page.
What are the differences between forward() method and sendredirect() methods?
What is Servlets and explain the advantages of Servlet life cycle?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What are the various ways of session supervision in servlets?
What is cookie in servlet?
How can the session in servlet can be destroyed?
How do I support both get and post from the same servlet?
Explain the difference between a web server and a web container?
Explain the steps involved in placing a servlet within a package?
Describe in brief RequestDespatcher?