How is the value of a variable incremented by one in Java?
variable++
All of the options are correct
variable+=1
++variable