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 |
How do you sort in java?
Are private methods final?
What are the 8 data types in java?
Explain the polymorphism principle?
Can we override the static method?
What is the use of arraylist class in java?
Explain purpose of sleep() method in java?
What is a Hash Table? What are the advantages of using a hash table?
Does java arraylist maintain insertion order?
How do you trim a space in java?
What is public/private protected in java?
Is call by reference possible in java?