What does Rhino do when the getter and setter methods exist?

What does Rhino do when the getter and setter methods exist? Correct Answer It becomes JavaScript properties

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.

Related Questions

Using setter and getter method is known as
Which Rhino command quits Rhino environment?
Which is a useful way to try out small and simple Rhino programs and one-liners?
Rhino is originated by
The great one horned Indian Rhino is round in
If no multivalued attributes exist and no partial dependencies exist in a relation, then the relation is in what normal form?