If there is an int/integer in a array, and the same int/integer comes at the same spot, does it cancel each other out or does it reassing the value? (Java)

Respuesta :

Answer:

Concept: Advanced Computing

  1. It will not reasses, it knows the value is already there.
  2. This depends on what your program is doing and whether it is destructive or non destructive, recursive, and etc.
RELAXING NOICE
Relax