answersLogoWhite

0

What is bin in JDK?

Updated: 8/10/2023
User Avatar

Wiki User

14y ago

Best Answer

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

The bin folder contains the binaries - the actual executable programs. The lib folder contains the libraries upon which the binaries are built.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

lib stands for library. The lib contains all the library functions that are used by either jdk or user. These are the implicit functions or classes that need not be defined before using. For eg: the implementation of object class is defined in lib.


bin stands for binary. It contains all the binary files which are used by jdk during program compilation and execution. If you save your program in bin folder, you need not set the classpath before execution of programs. However, this is not recommended practice.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

The bin folder of the JDK contains all of the executable binaries that you can use. Programs like java, javac, and jar all exist in this folder.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is bin in JDK?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you set path in java?

1. install JdK 2. include JDK_HOME/bin in your PATH environment variable


The commands for compiling and running a java application from the DOS command line?

Add the JDK bin directory to your path, then:javac yourfile.javajava yourfile


What is the latest version of jdk?

JDK 7


What is latest version of jdk?

jdk 8 is the latest version that have released...but jdk 9 and 10 is under researching..


Is jdk 1.6 is the new version of java?

No, jdk 1.7 is out.


Do you need JRE if you already have JDK?

No, the JDK includes the JRE.


What is the difference between jdk 1.4 and jdk 1.6?

jdk 1.4 not hve for each regulear expression exception changing


How can you download and install jdk?

JDK is available from the website in the related link, below.


What is jdk code for runite ore?

Let me assure you there is no jdk code for anything on runescape


How download and install java?

It's very easy!! Go to "bluej.org" & click on "quick download" on upper-right of the screen. On the right side you would find two links-"JDK 6" & "JDK 5". If your using windows vista or later click on JDK 6 or else click on JDK 5. Click on "download JDK" & select platform & download it.


What is j2ee j2se j2me?

J2EE = enterprise edition jdk. J2SE = standard edition jdk. J2ME = mobile edition jdk. standard jdk gets used for platform development, enterprise jdk for enterprise development and mobile jdk gets used for mobile development.


How do you write program in jdk?

JDK stands for Java Development Kit. It is not a programming language. It is a the system using which you can develop programs in Java. You need to have jdk installed in your machine to create java programs.