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 can constructor chaining be done using this keyword?
What is class level lock ?
What do you understand by a Static Variable?
What is the difference between iterator and enumeration ?
What are the loops in java?
Is &&= a valid Java operator?
Do I need java for windows 10?
I need to know about complete topic in java's collections i with an examples
What do you understand by looping in java? Explain the different types of loops.
Is it possible to write method inside method
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
Explain tree set and its features?