What is URL Encoding?
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.
What do you mean by deployment descriptor?
What are the different methods involved in the process of session management in servlets?
Can we override destroy method in servlet?
What is the difference between using getSession(true) and getSession(false) methods?
What is servlet initializer?
What are the phases of servlet life cycle?
Why HttpServlet class is declared abstract?
How to handle the debug errors in servlets?
How to set a cookie that is persisted only for the duration fo the clients session?
Explain the difference between GET and POST methods?
How is a servlet implemented in code?