Home / CSE MCQs / Javascript MCQs :: Discussion

Discussion :: Javascript MCQs

  1. What does Rhino do when the getter and setter methods exist?
  2. A.
    It becomes JavaScript properties
    B.
    Java classes are used to avoid them
    C.
    Both a and b
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Rhino allows JavaScript code to query and set the static fields of Java classes and the instance fields of Java objects. Java classes often avoid defining public fields in favor of getter and setter methods. When getter and setter methods exist, Rhino exposes them as JavaScript properties.


Be The First To Comment