What will happen if reverse() and join() methods are used simultaneously ?
What will happen if reverse() and join() methods are used simultaneously ? Correct Answer Reverses and stores in the same array
The reverse() followed by a join() will reverse the respective array and will store the reversed array in the memory.