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
What does indexof return in java?
What is the purpose of sizeof operator?
Which collection allows duplicate values in java?
What the difference is between execute, execute Query, execute Update?
What is sleep method?
What is meant by oops concept in java?
What about abstract classes in java?
Which one will take more memory: an int or integer?
When is an object subject to garbage collection?
What are different types of references?
What is a conditional statement explain with example?
What is operator overloading. Is it is supported in java?
What is the importance of hashcode() and equals() methods?
When do you call copy constructor?
Is 9 a prime number?