Explain the difference between val and var in Scala?
S.no | Val | Var |
---|---|---|
1. | Refers to value | Refers to variable |
2. | Is constant | Is changeable |
3. | Immutable declaration of variables | Mutable declaration of a variable |
4. | Cannot reassign values once created | Reassign values once its created |
BY Best Interview Question ON 08 Feb 2019