Normal
Valis using forstaticfield like in Java asStatic KeywordLike
Staticin Java/ Same as in kotlinAnd
Vardenotes Variable Field in Kotlin that, you can change it .Mostly
Staticis used when you want to save value in static memory at once,
Example :
if you assign
val a=1
a=3 UYou can not change it
youYou can not change , this is final value and Static
var b=2b=4U can change it