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's a method in programming?
What is re-factoring in software?
Why does java does not support multiple inheritance? Explain
is there a separate stack for each thread in java? : Java thread
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is ‘is-a ‘ relationship in java?
Is Constructor possible in abstract class in java ?
What is the covariant return type?
What is the return type of the main method?
what is aggregation in java?
Explain about OOPS concepts and fundamentals.
Can we use both this () and super () in a constructor?
What is procedure overloading?
Which is a valid identifier?
What is console based application in java?