Consider this code:
public class Increment { public static void main(String[] args) { int i = 0; i = i++ +i; System.out.println(&