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
If some new data has entered the database, explain how can a servlet refresh automatically?
Should I override the service() method?
What is the difference between Servlets and Applets?
What is the servletconfig object?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Describe some assignments that are executed by servlet container?
How do cookies work in servlets?
Describe servlet?
What do you mean by cgi and what are its drawbacks?
Differentiate between get and post?
Why filter is used in servlet?
Why do we have servlet wrapper classes?
How can we include static files in the jsp page?
What is servlet instance?
Tell us something about servletconfig interface.