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
What is servlet collaboration?
What is context in servlet?
What are the annotations used in servlet 3?
Explain the features are in servlet 3?
What is the use of send redirect () method?
What’s the difference between genericservlet and httpservlet?
Which is the methods of generated servlet?
Name the different ways of session tracking.
How to get the current httpsession object?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What do you mean by session tracking?
Is that servlet is pure java object or not?
What is MIME Type?
Define the lifecycle for executing a jsp page.