what is the difference between application server and web
server?

Answers were Sorted based on User's Feedback



what is the difference between application server and web server?..

Answer / sanjay deorari

A Web server serves pages for viewing in a Web browser,
while an application server provides methods that client
applications can call.
In other words A Web server exclusively handles HTTP
requests, whereas an application server serves business
logic to application programs through any number of protocols.

Is This Answer Correct ?    25 Yes 3 No

what is the difference between application server and web server?..

Answer / guest

Aplication server contains ejb container as well as jsp and
servlet container
but web container does not contain ejb container so we can
not run ejb program on web server

Is This Answer Correct ?    9 Yes 5 No

what is the difference between application server and web server?..

Answer / onnum theriyathavan

web server giving the respone to the user's request
but i don't know about application uuuuuuuuuuuuuuuuuu

Is This Answer Correct ?    1 Yes 0 No

what is the difference between application server and web server?..

Answer / narayana

appplication server means its acess the any protocal
webserver means its acess the http protacl

Is This Answer Correct ?    0 Yes 0 No

what is the difference between application server and web server?..

Answer / arunkumar

Application server can run or handle only business logic
programs such as bean class or java class programs.. and the
best example for application server is Glassfish server..
Whereas webserver can handle the all type of http requests
from the web browser. and the best example for web server is
apache tomcat server.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More J2EE Interview Questions

Are java primitives objects?

0 Answers  


What are the types of j2ee clients?

0 Answers  


Hi friends, can u explain Transparent Persistence in hibernate with sample code.

2 Answers  


What are the different java technologies?

0 Answers  


What is urn?

0 Answers  






What is enterprise information system resource?

0 Answers  


What is component-managed sign-on ?

0 Answers  


What are the technologies a java developer must know?

0 Answers  


What is business logic?

0 Answers  


What is certificate authority?

0 Answers  


There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can access this private variable in Class B. If yes means , how we can access ?

7 Answers   HCL, Itx Centrics, Virtusa,


Is a relationship java?

0 Answers  


Categories