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 Enum in Java?
Print Vertical traversal of a Binary Tree.
What is hashing in java?
What is bufferedwriter?
Write a program to print count of empty strings in java 8?
what is aggregation in java?
Is an object null?
What technique is carried out to find out if a particular string is empty?
How do you change an int to a string?
Objects or references which of them gets garbage collected?
Define an abstract class with reference to java.
Is null or empty java?
What is static method with example?
What is an accessor?
What is the output of the below java program?