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
Which methods are used during serialization and deserialization process?
What do you mean by ordered and sorted in collections in java?
What is meant by the value of a variable?
Is java good for beginners?
Which method cannot be overridden in java?
What is array initialization in java?
What is string pool in java?
Where are register variables stored?
Are arrays dynamic in java?
Write a method that will remove given character from the string?
How do you reverse a string in java without using string buffer?
What are three types of loops in java?
Which is better arraylist or vector?
Do I need java for windows 10?
Can a class have 2 constructors?