What is the use of bin and lib in JDK?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between java applets and applications?

820


What is bom encoding?

764


Difference between predicate, supplier and consumer ?

795


What is difference in between java class and bean?

779


What is close method? How it's different from Finalize & Dispose?

771


Which is easier netbeans or eclipse?

806


Can we execute java program without main method?

716


How to use string tokenizer class.

831


If a method is declared as protected, where may the method be accessed in java programming?

696


Which access specifier can be used with class ?

705


What are passing parameters?

772


How will you compute size of a structure?

789


Does sprintf allocate memory?

809


Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?

877


Difference between == and .equals() ?

740