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 immutability in java?
How do you find the absolute value?
What is composition in java?
How to find the given number is a prime number or not by getting input from the user
How to sort array of 0 and 1 in java?
What does the “static” keyword mean?
What is the static method?
What is the declaration statement?
Are strings immutable in java?
How can you add and remove nodes in jtree?
What is a short in java?
What is a loop java?
What is the difference between the ">>" and " >>>" operators in java?
What are the parts of a method?
What is string [] java?