A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
No Answer is Posted For this Question
Be the First to Post Answer
Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........
Explain the difference between get and post method in servlet?
Can a servlet be called by passing its name as a parameter in the URL?
What are the mechanisms used by a servlet container for maintaining session information?
How forward () method is different from send redirect () method?
What do you mean by request dispatcher in servlet? Also explain its methods.
Which httpsession object is used to view and manipulate information about a session?
What is the default HttpRequest method?
when the jsp page is translated to servlet?
what is OOAS
How to handle the debug errors in servlets?
When should you prefer to use doget() over dopost()?