What does += mean in java?



What does += mean in java?..

Answer / Mukul Kumar

+=" is an operator shorthand for combining the '+' operation with assignment. It adds the right operand to the left operand and then assigns the result back to the left operand.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Does apple use java?

1 Answers  


What is a function in java?

1 Answers  


Why java is call by value?

1 Answers  


What does exp mean in math?

1 Answers  


What do you mean by a JVM?

1 Answers   GE,


System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...

2 Answers   FCS, TCS,


Which is best ide for java?

1 Answers  


What do u mean by wrapper Class? What do u mean by Jvm... How do u change JVM for other OS? Or No need to Change ...? its like tricky

6 Answers   Accenture, EDS,


What is the purpose of setAutoCommit() ?

1 Answers   Google,


how to create constants in java?

1 Answers  


What is difference between final and finally in java?

1 Answers   Cyient,


What are the string methods in java?

1 Answers  


Categories