Hey, making a client/server Java app for uni and I'm wondering what the best way to store private messages would be...
User puts in a recipient, subject, body and time need to be stored...
The data storage method needs to be dynamic sooo... not an array as I originally thought... but perhaps a vector but can these be multidimensional?
Can ArrayList be multidimensional? and if so, needs to be synchronised too (if its possible)
Any advice is great, thanks
User puts in a recipient, subject, body and time need to be stored...
The data storage method needs to be dynamic sooo... not an array as I originally thought... but perhaps a vector but can these be multidimensional?
Can ArrayList be multidimensional? and if so, needs to be synchronised too (if its possible)
Any advice is great, thanks
