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

Viewed 23452

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

5 Answers

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

Related