1.

What does the constant TYPE_BACK_FORWRD indicate?(a) Navigation via browser history(b) Navigation via user request(c) Navigation via URL(d) Navigation via load operationI had been asked this question in my homework.The origin of the question is Performance Navigation and Memory in division Invocation and Performance Navigation of JavaScript

Answer»

Right OPTION is (a) Navigation via BROWSER HISTORY

For explanation I WOULD say: TYPE_BACK_FORWARD performs navigation through a history traversal operation. TYPE_BACK_FORWARD Has the value of 2, INDICATING that the page was navigated to via the browser history, either using the back or forward buttons or programmatically through the browser’s history object.



Discussion

No Comment Found

Related InterviewSolutions