Programming Concepts Question:
Explain what are the differences between Desktop and Enterprise Application?
Answer:
Desktop application runs on a single machine. It could be a part of network. But Application and database resides on same machine. And only one user can access it at a time.Enterprise application is generally a multi-tier application. Many a concurrent users can access data and application at a time.
Previous Question | Next Question |
Tell me how can we check out the files from cvs? | What is virtual Memory under Linux? |