What is http servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What exactly are the functions of servlet?
Can I override destroy() method of Servlets?
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.
What is servlet initializer?
Elucidate servlet attributes and its scope?
What is the difference between get and post methods?
How do you pass the data from one servlet to another servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
How forward () method is different from send redirect () method?
What is the difference between using getSession(true) and getSession(false) methods?
What is servlet in tomcat?
Explain the lifecycle of a servlet?