I think that creating classes of holders, classes using only attritutes, getting methods and given methods can be auto-generated. I understand that Eclipse is the standard "standard" Java IDE these days. Does Eclipse occupy this? Other IDEs?
I assume that the only reasons to create dedicated data storage classes instead of using HashMaps are mixed data types in a more visible / safer form and on the occasion when you want to do something with the data when you insert or retrieve it. Thoughts?
Steve source
share