Its the same difference as `static final String my...
# android
m
Its the same difference as
static final String myConstString
vs just
final String myString
in Java.