发布网友 发布时间:2022-04-23 09:26
共1个回答
热心网友 时间:2023-10-09 11:59
java程序可以分为两类:java application 和java applet。前者是完整的应用程序,需要的解释器来解释运行;后者则是嵌在网页中的非程序,由浏览器所自带的java解释器来解释运行。-java program can be divided into two categories: java application and java applet. The former is a complete application, require a separate interpreter to explain the operation the latter is embedded in Web pages of non-independent process by the browser that comes with java interpreter to explain the operation.