当前位置: 技术问答>java相关
搞不清的几个基本概念
来源: 互联网 发布时间:2015-04-05
本文导语: 请教各位,jdk,jre,plug-in,java web start都有哪些联系和区别? | jdk是开发包,可以编译和运行java程序 jre运行环境,只能运行class程序(没有javac.exe) plug-in是运行IE运行applet的插件吧 java web start...
请教各位,jdk,jre,plug-in,java web start都有哪些联系和区别?
|
jdk是开发包,可以编译和运行java程序
jre运行环境,只能运行class程序(没有javac.exe)
plug-in是运行IE运行applet的插件吧
java web start是运行jsp的服务器吧
jre运行环境,只能运行class程序(没有javac.exe)
plug-in是运行IE运行applet的插件吧
java web start是运行jsp的服务器吧
|
jre和jdk的区别:
The "JDK" is the Java Development Kit. I.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. I.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs.
Typically, each JDK contains one (or more) JRE's along with the various development tools like the Java source compilers, bundling and deployment tools, debuggers, development libraries, etc.
The "JDK" is the Java Development Kit. I.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. I.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs.
Typically, each JDK contains one (or more) JRE's along with the various development tools like the Java source compilers, bundling and deployment tools, debuggers, development libraries, etc.
|
Java Web Start 是一个软件技术,它包含了 applet 的可移植性、Servlet 和 JavaServer Pages 的可维护性以及象 XML 和 HTML 这样的标记语言的简易性。它是基于 Java 的应用程序,允许从标准的 Web 服务器启动、部署和更新功能完全的 Java 2 客户机应用程序。
|
同意gdsean(摇滚java)
|
plug-in是运行IE运行applet的插件吧
我覺得不完全﹐不一定只是對applet的﹗
我覺得不完全﹐不一定只是對applet的﹗
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。