How ThreadSafe page attribute will be working in Servlet as
well as in JSP?Automatically ThresdSafe is true in JSP so
service method will be destroy in each and every request or
not?so how thresd will handle srevice method?
Answer / abilash
servlet: it must implement SingleThreadModel for thread safe
jsp: isthreadSafe="false"
| Is This Answer Correct ? | 1 Yes | 0 No |
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
Why is http protocol called as a stateless protocol?
can i modify the data which are generated by the servlet
can we override service method in my servlet class..?? if yes or no why ??
What is difference between cookies and httpsession?
What are the benefits of using servlet over cgi?
How do I use cookies to store session state on the client?
What is the GenericServlet class?
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?
What is session tracking?
What are the common methods that are included in the http servlet class?
Explain the lifecycle of a servlet?