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
Can you explain the meaning of aggregation and composition
Explain about complier design(phases)
What is prefix of a string?
What is complexity in java?
Is java owned by oracle?
Is char * a string?
Differentiate between class and structure.
Can we use String with switch case?
Why convert an applet to an application?
What happens if we override only equals?
What do you mean by global variable?
How do you avoid global variables?
What is functional interface in java?
What is instance means in java?
What are sets in java?