Hello,
I think even I have a similar kind of a problem in my code and I have no solution for it, if you can help then it would be great.
This is what I am trying to do.
Code:
Public static void hand(String args[]){
...
int temp =0;
Widget = mbid new Bidule();
MyMethod(temp mbid);
...
/ / mbid has been changed without my explicitly specifies
/ / As temp passed by myMethod References rather than copy
/ / temp have not been changed! He passed by copy, not References!
}
If you have any solution for this then please help me. Thanks in advance.
Bookmarks