What does += mean coding?
Answer / Manjeet Kumar
In Java, the '+=' operator combines addition and assignment operations. When used with a variable, it adds a value to the variable and then assigns the result back to the variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
why do we use interface in java?
When finally clause is executed?
what is difference between set and list in collection?
Can we have return statement in finally clause? What will happen?
What is application tier?
What is flag in python?
Difference between the String and StringBuffer classes?
Explain about data types?
Different types of Layouts?
What is the collection interface?
what is an object and how do you allocate memory to it?
What is the constructor?