I hear the term of standard libraries a lot in Java. Is a library just a collection of packages, which is indirectly a collection of classes. So would that make a library a collection of classes? What makes a library different from a standard library?
I do see this answer on this link below where they say packages and standard library are the same thing. Where can I find a list of the Java Standard libraries?
But this link here: https://docs.oracle.com/javase/tutorial/java/concepts/package.html tells me that packages and libraries are a different thing. So I guess my question now also is where can I find this standard library, and are there multiple standard libraries or are there just one?