aspose file tools
The moose likes Beginning Java and the fly likes Simple Doubt Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Simple Doubt" Watch "Simple Doubt" New topic
Author

Simple Doubt

Mahesh Subramaniya
Greenhorn

Joined: Dec 12, 2004
Posts: 19

why is the output of "i" of the following snippet is 0 and not 1

int i = 0;
i = i++

Does the expression gets evaluvated from left to right?


Mahesh Subramaniya

OCMJEA/SCEA
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

This question comes often
It's in the FAQ:
http://faq.javaranch.com/view?PostIncrementOperatorAndAssignment


[My Blog]
All roads lead to JavaRanch
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Simple Doubt
 
Similar Threads
need help?
Declare an Array?
how to combine between two arraylist if has same value
display error
column heading dates ...