Difference between prefix and postfix forms of the
++operator?
Answer Posted / ravikiran
prefix will increment first and assigns to the variable
postfix will assing the value to the variable and then
increments
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
How do you do descending order in java?
What is a java developer salary?
What are disadvantages of java?
What is data type modifier?
What are wrapper classes in java?
Does treeset use compareto?
What is a blocking method in Java?
What are constants and how to create constants in java?
What is the inheritance?
Why pointers are not used in java?
What is the purpose of the enableevents() method in java programming?
Why do we need singleton class?
Write a program to find the whether a number is an Armstrong number or not?
Explain the scope or life time of class variables or static variables?
In java, how we can disallow serialization of variables?