Disadvantages of array in java Arrays are Strongly Typed. Arrays does not have add or remove methods. We need to mention the size of the array. Fixed length. So there is a chance of memory wastage. To delete an element in an array we need to traverse thro