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 use of static method?
What methodology can be employed to locate substrings inside a string?
What is the range of the short type?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What is the use of singleton?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Can we define private and protected modifiers for variables in interfaces?
What is treeset in java collection?
How to call one constructor from the other constructor ?
Are floats faster than doubles?
How we can run a jar file through command prompt in java?
Tell some latest versions in JAVA related areas?
Do extraneous variables affect validity?
What are structs in java?
Does string isempty check for null?