Answer Posted / shruti gupta
'bin' is where binary (executable) files are stored. These
are the Java tools, e.g. java.exe, javac.exe, jar.exe, etc.
'lib' is where library files are stored, these are the Java
classes supplied for you to use in your programs. They are
mainly stored as compressed directories, in .jar files.
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
How to reverse a string in java?
What is the dot operator?
What ide should I use for java?
What is hashmap in java?
What are the important features of Java 11 release?
What is the difference between the direct buffer and non-direct buffer in java?
Why charat is used in java?
Which collection is thread safe in java?
What is a method signature java?
a thread is runnable, how does that work? : Java thread
What is difference between local variable and global variable?
What do you mean by order of precedence and associativity?
What is a type parameter in java?
Can we have multiple catch block for a try block?
What is the difference between final, finally and finalize()?