Computer Science, asked by chhavi3704, 10 months ago

What is the use of bin and lib in JDK?

Answers

Answered by aryan7699
1
Bin in Java Development Kit(JDK) stands for Binary which contains all the binary files which are used by JDK during program compilation. Bin contains all tools such as javac, appletviewer, awttool etc whereas Lib contains API and Data Types, Variables and Arrays. mark as brainlist
Similar questions