Building vs. Compiling (Java)

后端 未结 8 1060
心在旅途
心在旅途 2020-12-12 08:47

Thinking that the answer to this is pretty obvious but here it goes:

When I am working on a small project for school (in java) I compile it.

On my

8条回答
  •  悲哀的现实
    2020-12-12 09:11

    Compiling is just converting the source code to binary, building is compiling and linking any other files needed into the build directory

提交回复
热议问题