aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes increment & shift operators 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 » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "increment & shift operators" Watch "increment & shift operators" New topic
Author

increment & shift operators

Yasir Qureshi
Ranch Hand

Joined: Apr 27, 2001
Posts: 44
What exactly increment ops (==, --) do i mean applying this will change the actual value denoted by variable or not , whats the case with shift?
What i think is that increment ops causes original value to be changed and shifts causes construction of a new value on which shift is applied and the original value remains unchanged. AM I RIGHT.
Thanks in advance
Sean Casey
Ranch Hand

Joined: Dec 16, 2000
Posts: 625
You're question is a little vague. Maybe you could reword it.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: increment & shift operators
 
Similar Threads
Tricky Question
i++ unary operator
Arithmetic precedence ??
associativity and precedence...prob..pls..help
The i++ operator