What is servlet in simple terms?
No Answer is Posted For this Question
Be the First to Post Answer
Hi Friends, Can we make any method thread safe withour synchronized keyword?
i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?
What's the architecture of a servlet package?
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 ?
can i call init() method in destroy() method of servlset. ?
How the typical servlet code look like ?
What is the life cycle of a servlet?
How to pass a requrest object of one servlet as a request object to another servlet?
What do you mean by web applications? Explain web application directory arrangement?
Explain the difference between servlet and cgi?
What are the life-cycle methods for a servlet?
What compiler do not do if we create our own constructor?