When to and when not to use arrays vs lists


Hey, I'm bored so i guess ill just write this thing.

So if you've come from a language like Lua or i believe Python, maybe even c, you probably know a lot about arrays. but from the people I've taught, you might not know about Lists. Arrays are commonly used in other programming languages but in java...