Saved Bookmarks
| 1. |
Explain When You Can Use . And When You Can Use []? |
|
Answer» If you are running a BEAN PROPERTY, USE the .OPERATOR, and if you are executing a map value or an array index, it is preferred to use the [] operator. Although you can use these OPERATORS interchangeably. If you are running a bean property, use the .operator, and if you are executing a map value or an array index, it is preferred to use the [] operator. Although you can use these operators interchangeably. |
|