What is the difference between JARs and packages?

前端 未结 4 1946
清酒与你
清酒与你 2021-02-03 13:33

Is there any difference between a JAR file and a package?

4条回答
  •  轮回少年
    2021-02-03 14:09

    In classpath jar and package (directory) is same structures. Just jar more usefull for moving between computers than directory.

提交回复
热议问题