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 |
How we can create war file in servlet?
What is use of parseQueryString ?
What are the types of Session Tracking ?
Why do we need a constructor in a servlet if we use the init method?
What are cookies and how will you use them?
Is servlet a server side scripting language?
What is the main purpose of java servlets?
What do you mean by default initialization in java servlet?
How servlets are deployed in java?
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
How to read request headers from servlets?
Name the servers that can be used to develope and deploy Servlets?