Arrays - JavaMasterClass/JavaMasterClass.github.io GitHub Wiki

Whats wrong with Arrays

  • No toString method
  • Fixed size
  • it doesn't have many methods needed to work with data
  • It is not possible to insert elements at random indexes.
  • It is not possible to delete elements at random indexes.