Oh might want to change "private int waitCycle;" to "private int waitCycle = 0;" so it is initialized to some value.
All primitive data types (all basic numeric types and boolean) are set by default to zero or false. This is true when it comes to class fields and instance object fields. It is a different story when it comes to local fields within methods which must be initialized before using.
All primitive data types (all basic numeric types and boolean) are set by default to zero or false. This is true when it comes to class fields and instance object fields. It is a different story when it comes to local fields within methods which must be initialized before using.
your messaging service never seems to load for me. Its probably my browser. I use firefox btw. I use facebook. If you do just let me know and I will tell you who I am.
Sometimes it takes a little while to bring in all the UserInfo data. If you wait about 40 seconds after clicking 'Run' and it does not come up, let me know.