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
Explain the difference between string, stringbuffer and stringbuilder in java?
What does a za z0 9 mean?
What is the purpose of javac exe?
What is type safety in java?
Why declare Main() inside the class in java ?
What are basic keywords?
What is the difference between yielding and sleeping?
What if I write static public void instead of public static void in java?
Java.util.regex consists of which classes?
What is not thread safe?
What is the argument in java?
What are the java ide’s?
What is var keyword ?
What happens if an exception is throws from an object's destructor?
How many threads does a core java have?