What is meant by framework, programming language and scripting language?

前端 未结 4 1471
暖寄归人
暖寄归人 2020-12-29 05:20

What is meant by framework, programming language and scripting language?

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 05:58

    • Framework is a combination of class libraries and runtime environment to execute code by independent on operating system. It is placed on operating system, mask functionalities of OS.
    • Scripting language is a language, it has script nothing but a support to another language its not used individual, like JavaScript, asp.net server side scripting, these are all give support and prompting to other languages, like JavaScript give prompting to html.
    • Programming language is instruction to computer and then computer execute that one

提交回复
热议问题