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

Which javutil classes and interfaces support event handling?

0 Answers  


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

0 Answers  


What is the difference between java class and bean?

0 Answers  


why we use main in java?

4 Answers  


what is Bootstrap loader program?

1 Answers   Rossell Techsys,






What is preemptive and Non-preemptive Time Scheduling?

6 Answers   Cognizant,


What value does readline() return when it has reached the end of a file?

0 Answers  


What event results from the clicking of a button?

0 Answers  


how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)

1 Answers   TCS,


what are getters and setters in Java with examples?

0 Answers   HCL, Infotech,


explain the flow of struts?

2 Answers   SolutionNET,


What is threadfactory?

0 Answers  


Categories