Difference between Web-based applications,Client-
Server applications and Distributed applications?
Answer Posted / ajay kumar sharma
Web-based applications:
Those are developed for web services or register on Web
like a website.These apps run on public domain.
Client- Server applications: A application that is
developed to run on a Local network like LAN or just
working on a local domain.
Both can be pronounced as Distributive Applications.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Can we create our own wrapper class in java?
Can we execute a program without main() method?
What's the purpose of using break in each case of switch statement?
What is identifier with example?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
Differentiate between a class and an object.
Is java platform independent?
Can you start a thread twice in Java?
What are methods of a class?
How do you compare characters in java?
Where is singleton pattern used?
What is treemap in java?
Explain about map interface in java?
What is oop in java?
How many return statement are allowed in a function?