How are Java applications deployed in the “real world”?

后端 未结 4 2067
眼角桃花
眼角桃花 2021-02-01 08:12

As a novice to the world of Java programming, this question has always boggled my mind. I first believed that all Java files were compacted into applets and then ra

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-01 08:44

    Create an executable jar, a war which is dropped into a web server or a library that is used by another project that is one of the previous two.

提交回复
热议问题