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 |
What is servlet? Explain
What are setComment and getComment methods in Cookies?
Define declaration.
can we use more than one controller in web application
How do you deal property files in servlet?
What is session?
What is the dispatcher servlet?
What are the types of servlet?
How forward () method is different from send redirect () method?
What’s the difference between genericservlet and httpservlet?
In servlets, Why do we need both GET and POST method implementations?
how do you maintain sessions in servlets?