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 multithread synchronizing ?

4 Answers   Sun Microsystems,


What is MOM?

1 Answers   Wipro,


the same information whether it will connect to the database or it will be used previous information?

0 Answers  


Difference between hashmap and hashtable?

0 Answers  


What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?

1 Answers  






Do you think that java should have had pointers?

0 Answers  


how to get value in combo for updation?

1 Answers   CMC,


Why RMI required an interface?

1 Answers  


What are transaction attributes?

0 Answers  


AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?

0 Answers  


What are the different approaches to represent an inheritance hierarchy?

0 Answers  


How two threads will communicate with each other?

2 Answers  


Categories