Difference between Web-based applications,Client-
Server applications and Distributed applications?
Answer Posted / krishna chaitanya k
Client-server application is, an application which has dedicated client and server. client is programmed to communicate with server. it can be an intranet. internet application.
web application is, where web browser replaces the client, that means communication goes between browser and server. there is no dedicated client and programming for client rather it comes from server and interpreted to display as webpage in browser. even it can be intranet/internet.
distributed app is, application server is located in different servers to accommodate more hits means more requests and to serve separate locations in their localized versions and traffic and many more purposes.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the use of set in java?
What is a literal coding?
What is an class?
what is instanceof operator used in java?
Explain the features of java?
How to sort an unsorted array in java?
What is oops in java?
What does this mean java?
Explain the difference between throw and throws in java?
What are the types of java languages?
Tell us something about an iterator.
What is java abstraction with example?
what is meant by HQL?
Explain about static imports in java?
What is java ceil?