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 do you clear an arraylist in java?

506


Is int a class in java?

537


What are different types of expressions?

558


What are the important features of Java 8 release?

584


Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx

1614






How concurrent hashmap works?

623


What is array pointers ?

611


v-model life cycle

1628


Difference between abstract and concrete class ?

592


Differentiate jar and war files?

598


explain the concept of virtual method invocation in polymorphism in detail?

1736


Convert a BST into a DLL and DLL to BST in place.

682


Do loops java?

560


What does a method signature consist of?

521


Does java support Operator Overloading?

617