What is the use of bin and lib in JDK?
Bin contains all tools such as javac, appletviewer, awt tool, etc., whereas lib contains API and all packages. What is casting?– Casting is used to convert the value of one type to another. In the context of the Java Development Kit (JDK), the “bin” and “lib” directories serve different purposes: bin (binary): This directory contains … Read more