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
What is a top level class in java?
What is a null point?
What is autoboxing and unboxing?
Define array. Tell me about 2-D array.
Explain the meaning of java applet.
What is the difference between jdk, jre, and jvm?
Define an applet in java?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What are the benefits of operations in java?
What is difference between checked and unchecked exception in java?
What is json parser in java?
What are measurable parameters?
What are methods?
How would you convert bytes to string?
What are generic methods?