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
Write a function to print Fibonacci series and Tribonacci series?
What is the simpletimezone class in java programming?
What do you mean by checked exceptions?
Why does java have two ways to create child threads? Which way is better?
Explain about sets?
What is boolean data type in java?
What is a static class in java?
What is the difference between final, finally and finalize() in java?
What are the different http methods?
How can a gui component handle its own events in java programming?
Can we pass null as argument in java?
What is r in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is variable length arguments in java?
what is difference between equals and ==?