Library in programing

Status
Not open for further replies.
Solution
To put it simply, it's a module or a collection of data, documentation, code, classes, etc...

How to use them deppends on the language you're currently writing.

In JAVA, for example, you must use the keyword import and after the name of the library you wish to use like:
import java.util.*

manddy123

Admirable
To put it simply, it's a module or a collection of data, documentation, code, classes, etc...

How to use them deppends on the language you're currently writing.

In JAVA, for example, you must use the keyword import and after the name of the library you wish to use like:
import java.util.*
 
Solution
Status
Not open for further replies.

TRENDING THREADS