Standard Software Library
(Redirected from Standard Library)
Jump to navigation
Jump to search
A Standard Software Library is a software library that is typically available with a programming language.
- Example(s):
- a Java Standard Library, such as java.lang, java.text, and java.util.
- a C++ Standard Library.
- a Scala Standard Library.
- See: Class Library.