How do we share data using 'getservletcontext ()?
No Answer is Posted For this Question
Be the First to Post Answer
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
which method in doGet or doPost is use to send binary date to server
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is the purpose of inter-servlet communication?
Is it good idea to create servlet constructor?
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
describe all about advanced java with presentation
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Explain mvc pattern.
How many servlet objects are created?
What mechanisms are used by a Servlet Container to maintain session information?