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 is jar?
Is alive in java?
Can we increase size of array?
how we can create packages in java?
Explain what pure virtual function is?
If two threads have same priority which thread will be executed first ?
What are event-delegation model and event-inheritance model? Which is best?
Difference between overloading and Overriding. <Giving a confusing example to test the concept.> (also asked in PA Consultancy Group,iflex,Value chain,IBM,CTS,Accenture, Tarang>
12 Answers Accenture, CTS, Extensio, IBM, iFlex, PA Consulting, Symphony, Tarang,
There are 2 methods in a class. Both have the same method signature except for return types. Is this overloading or overriding or what is it?
Explain, java is compatible with all servers but not all browsers?
Does java set allow duplicates?
What is valid keyword in java?