JavaScript Code can be called by using
RMI
Triggering Event
Preprocessor
Function/Method
Answer : D
View More Related Question
1) The escape sequence ‘f’ stands for
Floating numbers
Representation of functions that returns a value
f is not present in JavaScript
Form feed
View Answer
2) The script tag must be placed in
3) JavaScript is ______ Side Scripting Language.
4) Local Browser used for validations on the Web Pages uses __________.
5) Assume that we have to convert “false” that is a non-string to string. The command that we use is (without invoking the “new” operator)
false.toString()
String(false)
String newvariable=”false”
Both false.toString() and String(false)
View Answer