if (condition) vs if (condition=true)Well, thanks Ganado, I forgot to write one more equal sign in the program. I meant to write , if (x=...
if (condition) vs if (condition=true)What is the difference between those two examples? boolean x=false; 1------ if (x){ do some stuff ...
Public or Private in this case?Well, thanks for your explanation.
Public or Private in this case?[quote]The problem there is that by making everything public, it's harder for you (and other people)...
Public or Private in this case?So, is it a problem how the compiler treats the code for the final output? My question is, is it a a...