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

How much is a java license?

526


How to implement a multithreaded applet?

2204


Is 0 an even number?

550


What does the “static” keyword mean?

584


What do you mean by local class?

516






Why do we use variables?

515


What is identifier give example?

553


How to do a true java ping from windows?

616


What do you mean by access modifier?

561


What is the difference between logical data independence and physical data independence?

533


What is bubble sort in java?

618


What's the default access specifier for variables and methods of a class?

516


How to perform quicksort in java?

571


what do you understand by the term string with respect to java?

531


How can an exception be thrown manually by a programmer?

513