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 are the main differences between the java platform and other platforms?

533


What is command line argument

712


What loop means?

567


What is default size of arraylist in java?

559


What are keywords in java?

581






Mention the default values of all the elements of an array defined as an instance variable.

526


Can subclass overriding method declare an exception if parent class method doesn't throw an exception?

510


What are the two main uses of volatile in Java?

607


Explain wrapper classes in java?

538


How hashmap increases its size in java?

495


Mention some interfaces implemented by linked list in java.

545


How do you trim a space in java?

505


What are green threads in java?

555


What the difference is between execute, execute Query, execute Update?

378


What is difference between equals and hashcode method?

574