in JAVA by (20.8k points)

What is the use of bin and lib in JDK in Java?

1 Answer

0 votes
by (32.2k points)

Bin contains all tools such as javac, appletviewer, awt tool, etc., whereas lib contains API and all packages.

Related questions

0 votes
asked Jan 27, 2020 in JAVA by rahuljain1 (6.5k points)
+1 vote
asked Dec 16, 2020 in JAVA by SakshiSharma (32.2k points)
+1 vote
asked Oct 17, 2020 in JAVA by rahuljain1 (6.5k points)
...