RE: Final int?
RE: Final int?
- Subject: RE: Final int?
- From: "Smith, Bradley" <email@hidden>
- Date: Mon, 3 Sep 2001 08:48:01 +0100
>
final int english = 1;
>
final int french = 2;
>
et cetera
>
>
I have looked, but can find no reference to "final"; what is that all
>
about? If I have missed the documentation on this small thing, would
>
someone be so kind as to point my sorry butt in the right direction.
>
Thanks!
>
>
Brian E. Howard
Isn't it just the Java version of const?
Brad