0 votes
in JAVA by

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

1 Answer

0 votes
by

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

...