Java glossary
Hello i thought it might be helpfull to have a glossary for java and osbot scripting terms.
(work in progress)
A.
AREA:
ARRAYS :
B.
BOOLEAN:
A binary variable, having two possible values called “true” and “false.”.
(
C.
CLASS :
A class is a blue print from which individual objects are created.
feel free to suggest edits