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 |
What is Runtime class and its purpose?
What is Applet Flickering ?
1 Answers Infosys, Persistent,
Is null a string or object in java?
Is string is a class in java?
Why declare Main() inside the class in java ?
What a static class can contains?
What do you mean by pointer value and address?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Is overriding possible in java?
Why local variables are stored in stack?
Is java call by value?
How to instantiate static nested classes in java?