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 are the disadvantages of using inner classes?
What is the purpose of a volatile variable?
What are the properties of thread?
How do you achieve polymorphism in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Can a class be private?
What is mysql driver class name?
Can memory leak in java?
How many arguments can a method have java?
How do you remove an element from an arraylist in java?
What is the default value of an object reference declared as an instance variable?
What do you mean by byte code?
What is a methodologist?
Explain spliterator in java8?
What is boolean keyword in java?