InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by OGNL? |
|
Answer» OGNL or Object-Graph Navigation Language is an open-source Expression Language that allows the navigation of objects (through syntax) for specifying symmetrically settable VALUES. The syntax provides a HIGH level of ABSTRACTION for NAVIGATING object graphs. This feature allows for simple array manipulation. |
|