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’s the difference between genericservlet and httpservlet?
How native code can be used in a servlet?
What are the advantages of servlets over traditional cgi?
Explain url encoding?
What is servlet and its advantages?
What is the servletconfig object?
Can a jsp be called using a servlet?
How to find whether a parameter exists in the request object?
What are all the protocols supported by httpservlet?
What is Client-Server Computing?
Explain web application directory arrangement?
What's the advantages using servlets than using cgi?
What are the types of servlet?
What are the different methods involved in generic servlet?
Explain the working of service() method of a servlet.