Discussion :: Javascript - CS
- Which of the following reads the textual contents of a URL and returns as a string?
Answer : Option D
Explanation :
Rhino defines a handful of important global functions that are not part of core JavaScript in which readUrl(url) reads the textual contents of a URL and return as a string.
Be The First To Comment