Difference between prefix and postfix forms of the
++operator?
Answer Posted / uday ray
They behave differently when they are used in expressions on
the right hand side of an assignment statement. A prefix
operator first adds 1 to the operand and the result is
assigned to the variable on left. On the other hand, a post
fix operator first assign the value to the variable on left
and then increments the operands.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
how to deploy tomcatserver to weblogic server? write d following steps?
What is r in java?
What is a byte string?
What does java final mean?
What is difference between array and arraylist in java?
I don’t want my class to be inherited by any other class. What should I do?
How java enabled high performance?
How do you download stubs from Remote place?
How do you differentiate abstract class from interface?
How define set in java?
What are the special characters?
What is hashmap in java?
What is null statement?
What is an eror in java?