hi there;
as i understand, if we declared the variable static, this variable will share among the class without have a copy of its.
if we declared a final variable, it will prevent from changing.
what is definition if i declared a variable as
static final int/String ?
thanks in advance!
as i understand, if we declared the variable static, this variable will share among the class without have a copy of its.
if we declared a final variable, it will prevent from changing.
what is definition if i declared a variable as
static final int/String ?
thanks in advance!