difference between applicationserver and webserver
Answer Posted / veeru
Web Server is used to render mostly static content (html
pages), while app server is capable of offering more
services like execution of dynamic pages (jsp,servlets) and
offeres many out of box infrastructure components like
security, transaction handling, database connectivity, and
many other services.
WebServer and Appservers can be on different boxes to
improve performance in Ntier architecture.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Have you used threads in Servelet?
Brief description about local interfaces?
What restrictions are placed on the values of each case of a switch statement?
Explain phantom read?
What is aop(assepct oriented programing)?
Is it possible to stop the execution of a method before completion in a sessionbean?
What are the purpose of introspection?
What is difference between object state and behavior?
How would you detect a keypress in a jcombobox?
Difference between hashmap and hashtable?
What does module-relative mean?
Why do I get a duplicate name error when loading a jar file?
What is meant by method chaining?
Why are some of the class and element names counter-intuitive?
What is synchronization and why is it important?