Difference Between Web Server and Application server ??
Answer Posted / vkrishna88
web server having only one web container like(sevlet
container) where as application server having more than one
container like(Servlet container and EJB container)....
In web server developing only web application related where
as application server developing all application like(EJB
application and web application..etc)....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why are http servlets used in programming?
What is the difference in between the httpservlet and generic servlet?
What are the annotations used in servlet 3?
What are the important functions of filters?
What are the functions of Servlet container?
How can we include static files in the jsp page?
What is meant by a web application
How can we upload the file to the server using servlet?
What is java servlet session?
Can a jsp be called using a servlet?
How to read request headers from servlets?
How does Cookies work in Servlets?
What do you mean by mime type?
What are the advantages of Servlet over CGI?
What are the difference between session and cookies in servlet? Explain