Hi,
I think final static int num = 10; means it’s constant and can’t be changed.
I need a static variable.
And what does final static do ? It declares an integer to be what exactly ?
Hi,
I think final static int num = 10; means it’s constant and can’t be changed.
I need a static variable.
And what does final static do ? It declares an integer to be what exactly ?