Const vs. Final

Constants are variables whose internal data cannot be changed during compile-time and run-time.

Final variables has the flexibility to assign the values after declaring the variable.