Define declaration.
No Answer is Posted For this Question
Be the First to Post Answer
How do you create connections for number of users, if you want to improve performance?
where the generated jsp source file are stored?
why we should override only no-agrs init() method.
What is Client-Server Computing?
What are different Authentication options available in Servlets.
What are the types of an http request?
What’s the difference between forward() and sendredirect() methods?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What happens, if server sends a cookie to a browser that doesn't supports cookies?
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.
When servlet object is created?
What is the difference between forward () and sendredirect () functions in servlet? Explain