InterviewSolution
Saved Bookmarks
| 1. |
What does Rhino do when the getter and setter methods exist?(a) It becomes JavaScript properties(b) Java classes are used to avoid them(c) Java classes & JavaScript properties(d) It act as javascript functionI have been asked this question in an interview for internship.The doubt is from Scripting Java with Rhino in portion Server-Side and Client-Side Scripting of JavaScript |
|
Answer» The correct OPTION is (a) It becomes JavaScript PROPERTIES |
|