Saved Bookmarks
| 1. |
List the features of final key word each with an example |
Answer» In the Java programming language, the final KEYWORD is used in several contexts to define an entity that can only be assigned once. Once a final variable has been assigned, it always CONTAINS the same value. |
|