Added Oracle Java docs for final variables (#21600)

* Added Oracle Java docs for final variables

* Fixed formatting
pull/22592/head^2
Jonathan Lam 2018-11-18 15:22:33 -08:00 committed by Manish Giri
parent f48810ca93
commit fbcee51d03
1 changed files with 4 additions and 0 deletions

View File

@ -56,3 +56,7 @@ class Honda1 extends Bike{
Output will be-
Output:Compile Time Error
#### More Information:
- [Oracle Java Docs - final variables](https://docs.oracle.com/javase/specs/jls/se7/html/jls-4.html#jls-4.12.4)