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 does yield method of the thread class do?
What is linkedlist in java?
what is servlet filter?
What is user defined exception?
What do you understand by looping in java? Explain the different types of loops.
what is difference between method overloading & method overridding with example?
What is %d in printf?
What is difference between java and java ee?
why top level class could not be static
State some advantages of java?
How many bytes is string in java?
How do you define a variable?