0 votes
in JAVA by (19.8k points)

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

1 Answer

0 votes
by (30.8k points)

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

Related questions

...