Programming Concepts Question:

Explain what are the differences between Desktop and Enterprise Application?

Tweet Share WhatsApp

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.

Download Programming Concepts PDF Read All 112 Programming Concepts Questions
Previous QuestionNext Question
Tell me how can we check out the files from cvs?What is virtual Memory under Linux?