SCJP 6
Why to worry about things in which we dont have control, Why to worry about things in which we have control ! !
SCJP 6
When it's obvious that you have to do it, just do it without shattering your thoughts over different directions.
Originally posted by nitude gupta:
I have come across this question in practise for SCJP: ...
SCJP5 85%
class A{
int i=j;
int j=5;
}
static int i1=j1;
static int j1=0;
class A{
public A(){int i2=j2;
int k2=l2;
}
static int j2;
int l2;
}
{int m3=j3;}
static int j3;
{int m4=j4;//error
}
int j4;
SCJP 6
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
When it's obvious that you have to do it, just do it without shattering your thoughts over different directions.
Originally posted by nitude gupta:
If source is notes then also we need to mention???
or what do we do in that case...??
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
This guy is skipping without a rope. At least, that's what this tiny ad said:
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth
https://coderanch.com/t/751654/free-earth-friendly-heat-kickstarter
|