What is difference between var and val in Scala?
Akshay Deshmukh
Var - used to declare mutable variable. Val - used to declare immutable variables.