Saved Bookmarks
| 1. |
What is the use or function of your jar? |
|
Answer» Answer: JAR (Java ARCHIVE) file is a package file format that CONTAINS MANY classes, metadata, and resources like image, audio ETC., that is necessary for a Java application. A JAR file is a Java application compressed in a SINGLE file which contains all the resources required to run a Java application. |
|