How to use static variables in Processing?

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 ?