Difference between Web-based applications,Client-
Server applications and Distributed applications?
Answer Posted / anjani kumar jha
Web based Application:-------the application which is used
via internet is called web-based application.
Client-Server Application-------the user who is regular
customer of that application is called Client-Server
Application. Example I am working in CDAC and central gov is
my client.
Distributed applications:The application which running and
required lots of server across the world is called
distributed Application example SBI(Banking application).
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
What is the best way to findout the time/memory consuming process?
State differences between C and Java?
What is nested top-level class?
What is polymorphism and what are the types of it?
Can we define package statement after import statement in java?
What is the type of lambda expression?
When will you define a method as static in Java?
When do we need to use internal iteration? When do we need to use external iteration?
What is the purpose of the main method?
Why runnable interface is used in java?
Which is the best approach for creating thread ?
What are identifiers in java?
What is identifier with example?
What is a instance variable?
How to call one constructor from the other constructor ?