Explain the architechure of a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is war file?
What is the use of RequestDispatcher in servlet?
18 Answers Accenture, CTS, TCS,
What is the difference between using getSession(true) and getSession(false) methods?
How servlet is created?
what do you understand by url rewriting?
How to maintain security in servlets?
What is the difference between 2 types of servlets?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Which httpsession object is used to view and manipulate information about a session?
What are the parameters of the service method ?
If servlet receives multiple requests, how many objects will it create?