how to create a jar file in java
Answer / 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 |
Can we compare two strings in java?
How do you ensure that n threads can access n resources without deadlock?
Can a final variable be null?
What is an argument in java?
How to handle a web browser resize operation?
What are the major advantages of internal iteration over external iteration?
Can we use different return types for methods when overridden?
Can we write a class without main method in java?
What does java final mean?
what is the use of bean managed and container managed with example?
How is a structure different from array ?
what is the J2EE BluPrints?