difference between applicationserver and webserver
Answers were Sorted based on User's Feedback
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 |
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 |
How many times may an objects finalize() method be invoked by the garbage collector?
What is multithread synchronizing ?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is threadfactory?
diff between jsp include directive and jsp action include?
what is the port number of RMI?
What is thread deadlock? How to resolve thread deadlock?
What is local interface. How values will be passed?
What is bean? Where can it be used?
What is resource bundle?
What is the difference between Process and Threads?
In HashTable I am storing null value..then what is the error it will show