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
Is there any tag in htm to upload and download files?
What are the differences between path and classpath variables?
How do you use parseint in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
When object is created and destroyed?
Can we override private method?
What are the advantages of defining packages in java?
Can we sort list in java?
What are wrapped classes in java programming?
explain the difference between jdk and jvm?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Distinguish between a predicate and a function?
How do you add an element to a hashset in java?
Explain the Propertie sof class?
What is difference between final and immutable?