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
What is difference between == and === in js?
What is string made of?
What do you meant by active and passive objects?
Is int primitive data type?
Is logger a singleton?
Is a method a function?
What language is pass by reference?
What is the purpose of file class?
What is java in layman terms?
What is skeleton and stub? What is the purpose of those?
What is serialization in java?
Explain parallel processing in java8?
What is a function argument in java?
Explain about interrupt() method of thread class ?
How do you define a method?