Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Difference between save and saveorupdate?

0 Answers  


What is java transaction api (jta)?

0 Answers  


Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }

4 Answers   Wipro,


What is multi tier architecture in j2ee?

0 Answers  


Where javac is located?

0 Answers  


Is java a tool?

0 Answers  


What is ear file?

0 Answers  


What is difference between javac and java?

0 Answers  


Are java primitives objects?

0 Answers  


whay java does not support bass by reference

0 Answers   NIIT,


What are the components of awt in java?

0 Answers  


Is java a web technology?

0 Answers  


Categories