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
How the interruptible method gets implemented?
Can inner class extend any class?
What is a literal coding?
Which collection is thread safe in java?
What is the syntax and characteristics of a lambda expression? Explain
Can final class have constructor?
Why does java does not support multiple inheritance? Explain
When the constructor of a class is invoked?
What is mutable object and immutable object?
What is the return type of the main method?
Explain 5 features introduced in jdk 1.7?
What do you mean by Function Overloading in java?
What is serialization in java?
What does I ++ mean?
What is the purpose of stub and skeleton?