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
Why do we use threads in java?
Explain the access modifiers for a class, method and variables?
Explain the available thread states in a high-level?
What java is used for?
What are recursive functions? Give some examples?
What is a lock or purpose of locks in java?
What happens if we override private method?
State one difference between a template class and class template.
What is the difference between static class and normal class?
Difference between a class and an object?
What is percentage in java?
Difference between throw and throws?
Can we extend singleton class?
I want to print “hello” even before main is executed. How will you acheive that?
Describe what happens when an object is created in java ?