Standalone vs. Desktop application [closed]

烂漫一生 提交于 2019-12-12 14:59:36

问题


It may sound silly enough to ask but even after googling a lot I couldn't get any clear idea about it.

What is difference between a standalone application and a desktop application?

Some where I read that the application without GUI running in local context is called standalone application while a standalone application with GUI is called desktop application. But I am not convinced with it.

Your help will be appreciated.


回答1:


Standalone software applications may refer to:

  • Computer software that can work offline, i.e. does not necessarily require network connection to function
  • Software that is not a part of some software bundle
  • A program that is run as a separate computer process, not an add-on of an existing process
  • Standalone program, a program that does not require operating system's services to run
  • A portable application, which can be run without the need for installation procedure
  • Stand-alone expansion pack, expansion packs that do not require the original game
  • Standalone applications are traditional software that are installed on each client system

And, Desktop application is

  • An application that runs stand alone in a desktop or laptop computer. Contrast with "Web-based application," which requires the Web browser to run.

So, these two words represent the same class of software systems.

More on: wiki , EssenceComputing, PCmag




回答2:


Desktop applications are just Standalone applications with a GUI.



来源:https://stackoverflow.com/questions/17592791/standalone-vs-desktop-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!