What is the use of bin and lib in JDK?

Answer Posted / shruti gupta

'bin' is where binary (executable) files are stored. These
are the Java tools, e.g. java.exe, javac.exe, jar.exe, etc.

'lib' is where library files are stored, these are the Java
classes supplied for you to use in your programs. They are
mainly stored as compressed directories, in .jar files.

Is This Answer Correct ?    27 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell some latest versions in JAVA related areas?

559


How do you sort words in java?

538


What is the purpose of a volatile variable?

559


How do you convert an int to a double in java?

596


What is connection class in java?

508






When throws keyword is used?

584


Which is better arraylist or vector?

573


Can we nested try statements in java?

630


What is immutable state?

508


What does file separator do in java?

541


Why are lists ordered in java?

548


What are the methods used to implement for the key object in the hash map?

567


What do you understand by java virtual machine?

709


What are the 8 data types in java?

523


What is an escape character in java?

534