Difference Between Web Server and Application server ??
Answer Posted / lokesh babu
1. webserver allows us manage web applications
application server allow us to manage and execute application.
2. webserver contain only jsp and servlet containers
application server contain jsp, servlet and ejb containers
3. webserver not allows us to create separate domain
application server allows us to create separate domain
4. provide less middleware services
application server provide more middleware services
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the phases of a servlet life cycle?
What’s the difference between forward() and sendredirect() methods?
What’s the difference between sendredirect and forward methods
Explain web application directory arrangement?
Is dispatcher servlet a singleton?
What are the disadvantages of storing session state in cookies?
How a servlet is unloaded?
What is servlet and its use?
Why is servlet used?
why we should override only no-agrs init() method.
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Which java application server is the best?
Explain url encoding?
When to use doget() and when dopost()?
Which interface must be implemented by all servlets?