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 the difference between java applets and applications?
What is bom encoding?
Difference between predicate, supplier and consumer ?
What is difference in between java class and bean?
What is close method? How it's different from Finalize & Dispose?
Which is easier netbeans or eclipse?
Can we execute java program without main method?
How to use string tokenizer class.
If a method is declared as protected, where may the method be accessed in java programming?
Which access specifier can be used with class ?
What are passing parameters?
How will you compute size of a structure?
Does sprintf allocate memory?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
Difference between == and .equals() ?