Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use of bin and lib in JDK?

Answers were Sorted based on User's Feedback



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

Answer / tejash

Bin contains all tools such as javac, applet viewer, awt
tool etc., whereas Lib contains all packages and variables.
Data types,Variables and Arrays

Is This Answer Correct ?    54 Yes 5 No

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

Answer / 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

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

Answer / janet

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

Is This Answer Correct ?    28 Yes 8 No

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

Answer / pankaj kumar chaurasia

bin class contain all the tools use for running the any
java program such as javac,appletviewer where as lib
contain all packages reguired or necesary for program

Is This Answer Correct ?    15 Yes 4 No

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

Answer / samborn pen

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.

Is This Answer Correct ?    3 Yes 1 No

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

Answer / samborn pen

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.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / sunil kumar

bin contains all the tools like awt, applet etc and the lib folder contains all the classes and interfaces in the form of jar files.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / sonu upreti

use of thes file for run java program as exc file . but
there should be jvm than that will be run

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Core Java Interview Questions

In how many ways we can the thread? in java

3 Answers  


What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?

0 Answers  


What is classes in java?

0 Answers  


What are packages and name a few?

4 Answers  


What is the difference between yielding and sleeping?

0 Answers  


Is array size fixed in java?

0 Answers  


What is the use of java?

0 Answers  


I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.

2 Answers   Oracle,


What is the hashcode () and equals () used for?

0 Answers  


How to convert a string to long?

2 Answers  


What do you understand by java virtual machine?

0 Answers  


What do you mean by mnemonics?

0 Answers  


Categories