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 api used for conneting database?
What's the advantages using servlets than using cgi?
What is servlet looping or chaining?
Explain session tracking and its importance?
Why do we need servlet filter?
Tell us something about servletcontext interface.
What is getservletcontext?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is cookie in servlet?
Which is the methods of generated servlet?
What do you mean by default initialization in java servlet?
What is a servlet-to-servlet communcation?
How to upload a file to the server using servlet?
What is meant by Servlet? What are the parameters of service method?
Is servlet thread safe?