Google News
logo
Java - Interview Questions
Can we re-size an array after it is created?
No, we can’t re-size an array after its creation. But in case of re initialization, whatever data that is stored in the array before re initialization will be lost.
Advertisement