Answer Posted / rukumani khandhan
Java Archive (JAR) files are compressed files into which
you can store many files.
To create a JAR file, go to the directory where your files
are located and type:
jar -cf <jarfilename>.jar *.*
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Is void a type?
What is the use of parse function in java?
Explain the purpose of garbage collection in Java?
What is default constructors?
Can we have more than one package statement in the source file?
What is final method in java?
What is meant by flickering?
Can you access the private method from outside the class?
What is the base class of all exception classes?
Is array size fixed in java?
What happens when main () method is declared as private?
What are the escape sequences in java?
What is the difference between final, finally and finalize()?
Tell me about different OOPS concepts.
Difference between arraylist and vector.