If just started coding 2 months ago. After learning the basics of Java, I'm getting to my own projects now.
My question. I'm reading in Excel-files from which I'm creating vocabulary-objects. Those vocabularies are getting stored in an ArrayList. I want to name my List like the file name. I know how to get my filename, not to set it as listname, though.
If it isn't possible, can anyone think of an idea how I can distinguish my lists later on?