Entries Published On July, 2017
What is a Jar file, Runnable Jar file
This tutorial explains about a Jar File, Runnable Jar File with a Simple Example. Java JAR stands for Java Archive in Programming. It is actually a compact or zip format of your java program. The main use of a Jar comes if you want to run your java program in any other PC where you …
Continue reading