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 filters in java?
What is setattribute in servlet?
What is a deployment descriptor?
Write a simple servlet program to print the contents of html.
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is a Proxy Server?
Write the code to get the server information in servlet.
What is servlet in simple terms?
What is a web application and what is it’s directory structure?
In which cases Destroy() is invoked?
What is the need of servlet filters?
How is the get () method different from the post() method?