What are the methods in HttpSession and their use?
Answer Posted / amit tomar
getAttributesNames()
getId()
getLastAccessedTime()
getCreationTime()
putValue()
getAttribute()
setAttribute()
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do you deal property files in servlet?
Which event is fired at the time of session creation and destroy?
What is the type of method for sending request from http server?
What is a web application and what is it’s directory structure?
What is the major difference between servlet and applet?
Explain servlet events?
Explain the difference between servletconfig and servletcontext in servlet?
How will two or three servlets interact or communicate with each other?
What are the types of servlets? Explain
What is the servletconfig object?
What is the difference between jsp and servlet life cycle?
What are different ways for authentication of servlet?
Why doesn’t a servlet include main()? How does it work?
how 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
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?