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 do you understand by an io stream?
What is java beans?
Where is singleton pattern used?
What is garbage collection in Java, and how can it be used ?
32 Answers Accenture, HCL, Infosys, Sara, SITS, TCS, Wipro,
If I only change the return type, does the method become overloaded?
What is an anonymous class in java?
What is namespace in java?
What the difference is between execute, execute Query, execute Update?
Can we access a database using applets?
If a variable is declared as private, where may the variable be accessed?
What is defined as false sharing in the context of multithreading?
What is a default constructor and also define copy contrucyor?