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 is map and hashmap in java?
Can a abstract class be defined without any abstract methods?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What do you know about java?
explain multi-threading in java?
What does super keyword do?
What is purpose of applet programming?
Why Java is not pure Object Oriented language?
What is high level language in computer?
Explain about static nested classes in java?
Give us the name of the list layoutmanagers in java?
What is java regex?
What is object class in java?
Why is a singleton bad?
Can we declare main () method as non static?