Difference between web container & web server...........
Difference between web server & application server?????????
Answer Posted / ramesh nagula
webcontainer is nothing but runtime enviroment, it provides
facility and service required to run a servlet, it provides
the implementation of servlet API..
where as a webserver is a server which hosts our
application and serves webpages upon request.. webserver
contains webcontaine.
Web server supports only http protocol and it can process
http request only where as an application server supports
various protocols like http,ftp,smtp etc.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
Whats the advantages using servlets over using CGI?
Write a command to get actual path of a servlet to the server?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Can a jsp be called using a servlet?
Explain the lifecycle of a servlet?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
How native code can be used in a servlet?
Explain servlet life cycle?
Name the packages that work with servlet?
What is the difference between forward () and sendredirect () functions in servlet? Explain
How do you deal property files in servlet?
Why do we need servlet filter?
Describe some assignments that are executed by servlet container?
What’s the difference between forward() and sendredirect() methods?
how many jsp scripting elements are there and what are those?