using x++ and ++x in java examples Example: ++x vs x++ x++ //after assignment ++x //before assignment