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 numeric function?
What is the difference between variable & constant?
What do you mean by checked exceptions?
How to remove the trailing spaces from a string?
Explain the difference between protected and default access.
What are inbuilt functions?
What do you mean by inner class in java? Explain
Why do we need autoboxing in java?
How many types of string data types are there?
how can you catch multiple exceptions in java?
How to perform binary search in java?
What are advantages of exception handling in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Is there any difference between synchronized methods and synchronized statements?
Is array passed by reference in java?