InterviewSolution
Saved Bookmarks
| 1. |
What is JAR file? |
|
Answer» JAR files is Java Archive fles and it aggregates many files into one. It holds Java classes in a library. JAR files are built on ZIP file format and have .jar file extension. |
|