Just want to remind you where those inside declarations are put in the class generated.
public class mySample {
int i;
!!here!!
void myMethod(){}
}
If you look at my sample code above, !!here!! is where those stuff inside declarations are put.
So your question is same as, what will happen if you put those in that part of a
java class.