Difference between prefix and postfix forms of the
++operator?
Answer Posted / ranganathkini
The prefix ++ operator first increments the value by one and
then returns the new value.
The postfix ++ operator first returns the value and then
increments it.
| Is This Answer Correct ? | 36 Yes | 1 No |
Post New Answer View All Answers
Give the difference between the println method and sqrt method?
What exactly is java?
What is substring 1 in java?
What is an association?
Why we used vector class?
How to avoid memory leak in java?
Is binary a low level language?
What is an abstract class and what is it’s purpose?
What is super?
What are the new features in java 8?
Which package is imported by default?
what is the difference between future and callable interface in java?
What is increment in java?
Can we serialize singleton class?
What is an iterator java?