JavaScript Code can be called by using
RMI
Triggering Event
Preprocessor
Function/Method
Answer : D
View More Related Question
1) Which was the first browser to support JavaScript ?
2) JavaScript can be written
directly into JS file and included into HTML
directly on the server page
directly into HTML pages
All of the mentioned
View Answer
3) Which of the following is not considered as an error in JavaScript?
4) 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
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