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 is string [] args?
What are the differences between path and classpath variables?
What is immutable class in java?
What does @param args mean in java?
Can we clone singleton class in java?
What does java stand for?
What is the difference between an if statement and a switch statement?
How many times finalize method will be invoked? Who invokes finalize() method in java?
Define how can we find the actual size of an object on the heap?
Is int primitive data type?
Difference between default and protected access specifiers?
What is an empty list in java?
What is member in java?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is polymorphism in java? What are the kinds of polymorphism?