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
Why is stringbuffer called mutable?
How do you create a first line indent?
What are the differences between the constructors and methods?
Can we have try without catch block?
What is tcp ip in java?
What is pangram in java?
What is the use of beaninfo?
What is the use of jtable?
What is flush () in java?
Can we sort arraylist in java?
What differences exist between iterator and listiterator?
Is arraylist ordered in java?
Can a method be static?
How are variables stored?
Can we have more than one package statement in the source file?