1
Reply

What is difference between var and val in Scala?

    Var - used to declare mutable variable. Val - used to declare immutable variables.