Other News

Editorials

Immutable Objects

Immutable Objects I came across a Java question a couple days ago asking how to substitute the values from a to b, and b to a, without using a third temporary variable. In short, how to transfer the contents without doing something like C=A A=B B=C How could you do this without using a third variable? The question had a […]