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
What is callablestatement? How you can call stored procedure to pass in parameter?
Explain the advantages of packages in java?
What is the difference between char and char *?
What are operators and its types?
Define locale.
Why is string class considered immutable?
What is a buffer in java?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is character in data type?
What are the differences between string, stringbuffer and stringbuilder?
What is an argument java?
Can we declare an array without size in java?
why not override thread to make a runnable? : Java thread
What is the purpose of sizeof operator?
If try block is successfully executed, Then Is Finally block executed?