final variable - what is it ?
Final variables are written in capital letters as per the standards.
Final variables cannot be modified.
Final variables don’t have any default value, without initializing and printing it will give an error.
When used Inside the Method, final Vari...
preetikaprakash.hashnode.dev1 min read