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
How can we perform any action at the time of deploying the project?
How to make sure a servlet is loaded at the application startup?
How do you invoke a servelt?
Can you send an authentication error from a servlet?
What is Servlets and explain the advantages of Servlet life cycle?
What is meant by session? Tell me something about httpsession class?
Explain request dispatcher and its methods.
What is the inter-servlet communication?
What are the features added in Servlet 2.5?
What is the difference between context parameter and context attribute?
What is webservlet?
Why do we use sendredirect() method?
How can we invoke another servlet in a different application?
What is servlet api used for conneting database?
Explain in brief the directory structure of a web application?