.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!
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!