January 29, 2010
Another fairly simple, but not completely obvious Java interview question...
What is the final value ofi?What is the final value ofint i = 3; i += 6;b?What is the final value ofboolean b = false; b |= true;b?boolean b = false; b != b;
Posted by jeff at January 29, 2010 03:46 PM
