I\'m looking for a data structure same as ArrayList in Java that saves items on disk instead of memory. Does java have such a data structure? Thanks
I want to have a
Another way of saving stuff which has the advantage of being language and transport neutral is to use Google's Protocol Buffers.