Which of the following reads the textual contents of a URL and returns as a string?

Which of the following reads the textual contents of a URL and returns as a string? Correct Answer readUrl(url);

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.

Related Questions

Consider the following schedule S of transactions T1, T2, T3, T4: T1 T2 T3 T4   Reads(X)         Writes(X) Commit   Writes(X)  Commit         Writes(Y) Reads(Z) Commit           Reads(X) Reads(Y) Commit   Which one of the following statements is CORRECT?
How can you open a link in a new browser window ?
1.
2. 3.
Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads?