Im coming from Perl where Hashes and Arrays are comfortable to use since they are very dynamical and do lots of stuff in the background which usually would annoy the programmer.
Similar to this i start to use hashmaps and ArrayLists since they make the programming work a litte bit easier and faster. But how is the perfomance? Is it recommended to use these types of data for larger projects or should i only limit myself to the core of Java with strings and arrays?
Thanks for all answers:-)))