Click to See Complete Forum and Search --> : [final] [static] {TYPE}. What the difference?


.grammer(pro)
March 9th, 2006, 03:07 AM
Hi!
Can anyone explain what the difference between next few lines of code (in J2ME for instance)?

int i;
static int i;
final static int i;

Thank you!