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 |
Explain load on start-up and its importance?
What is difference between server and servlet?
How to maintain security in servlets?
What is the difference between context parameter and context attribute?
How can we invoke another servlet in a different application?
Why servlet is mostly used?
which method in doGet or doPost is use to send binary date to server
Can we use servlets in JavaScript?
What do you mean by default initialization in java servlet?
can i call init() method in destroy() method of servlset. ?
What is the difference between doGet and doPost?
What are the important functions of filters?