difference between applicationserver and webserver
Answer Posted / shiv kumar
Webserver is a computer program that is responsible for:
1.accepting request from clients
2.serving the Http response
Application server like tomcat,weblogic,websphere is
applicatio that supports/uses servlet and jsp
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the relationship between an event-listener interface and an event-adapter class?
What happens when a thread cannot acquire a lock on an object?
What are the different algorithms used for clustering?
Why are my checkboxes not being set from on to off?
Which javutil classes and interfaces support event handling?
How will you pass parameters in RMI? Why do you serialize?
Can we sent objects using Sockets?
How are commas used in the intialization and iteration parts of a for statement?
When a thread blocks on i/o?
Describe, in general, how java's garbage collector works?
What is a tasks priority and how is it used in scheduling?
Difference between DurableSubscription and non- DurableSubscription?
What are transaction attributes?
When a thread blocks on i/o, what state does it enter?
what are the advantages of JTA over JTS?