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

What is deserialization?

587


What is anagram word?

524


What is the purpose of java?

558


What are the characteristics of java?

529


How to set the permissions to a file in java?

542






Explain about core java?

631


Should a main method be compulsorily declared in all java classes?

536


What are design patterns and please explain?

576


What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?

623


Can we override constructor?

543


What is prefix of a string?

577


What is the += operator called?

579


Is it possible to override private or static method in java?

549


Difference between association, composition and aggregation?

565


What do you understand by a Static Variable?

634