difference between applicationserver and webserver

Answers were Sorted based on User's Feedback



difference between applicationserver and webserver..

Answer / venkat

web server allows only HTTP protocal(i.e Protocal dependent)
But App Server Protocal independent
web server is less secure than app sever

Is This Answer Correct ?    1 Yes 0 No

difference between applicationserver and webserver..

Answer / 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

More Advanced Java Interview Questions

What is metaspace?

0 Answers  


Which class is the immediate superclass of the menucomponent class?

0 Answers  


Can I map more than one table in a cmp?

0 Answers  


What is meant by Superconductivity?

4 Answers  


What is Introspection?

2 Answers  


Explain about thread synchronization inside a monitor?

0 Answers   Saksoft,


What are the states associated in the thread?

3 Answers  


What are the implicit objects?

2 Answers   HCL,


What is RPC?

2 Answers  


What is the difference between java class and bean?

0 Answers  


what is DGC?

1 Answers  


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


Categories