Saved Bookmarks
| 1. |
Describe the role of the final keyword and give a list of guidelines for when it shouldand when it should not be used.Answer: |
|
Answer» Answer: The FINAL keyword in java is USED to RESTRICT the USER. The java final keyword can be used in many context. Final can be: variable method class |
|