I’m new to Java. I need to develop Java Server Faces web page with Java List that will have one million string keys in it. My question is do you know how much time will be need to populate this list and how much memory will be needed on a server to store it? Can you give me some example from your experience?
Thank you in advance.
you should be able to get it work on a standard machine with 1-2 GB of ram, shouldn’t be an issue. One million string are not huge fro memory perspective.