Why JavaScript is called as Lightweight Programming Language ?
Home | Discussion ForumWhy JavaScript is called as Lightweight Programming Language ?
because JS is available free of cost
because JS is client side scripting
because we can add programming functionality inside JS
because JS can provide programming functionality inside but up to certain extend.
Answer : D
View More Related Question
1) A JavaScript program developed on a Unix Machine
will throw errors and exceptions
must be restricted to a Unix Machine only
will work perfectly well on a Windows Machine
will be displayed as a JavaScript text on the browser
View Answer
2) The snippet that has to be used to check if “a” is not equal to “null” is
3) The statement a===b refers to
Both a and b are equal in value, type and reference address
Both a and b are equal in value
Both a and b are equal in value and type
There is no such statement
View Answer
4) A proper scripting language is a
High level programming language
Assembly level programming language
Machine level programming language
Low level programming language
View Answer
5) The main purpose of a “Live Wire” in NetScape is to
Create linkage between client side and server side
Permit server side, JavaScript code, to connect to RDBMS
Support only non relational database
To interpret JavaScript code
View Answer