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 boolean strategy?
What is static method with example?
What is replacefirst in java?
What data type is a string?
What does microservices mean?
What is difference between an object and a class?
Difference between arraylist and vector.
Is empty in java?
Why is java called the platform independent programming language?
Can you explain the meaning of aggregation and composition
What is private protected in java?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is parsing in java?
Can a function return a function?
Explain importance of finally block in java?