JDK的1.4.2和1.3.1的区别是什么?
请帮忙说一下,JDK1.4.2和1.3.1的区别?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
请帮忙说一下,JDK1.4.2和1.3.1的区别?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
• Java 1.0 was the first public release of the Java platform. Because many
Web browsers still use this version, many Java applets are still written to
be compliant with Java 1.0.
• Java 1.1 represented a vast improvement in the Java platform. Java 1.1
was the first Java platform stable enough to develop robust Java
applications.
• Java 1.2 was such a leap forward for the Java platform that it was
officially dubbed Java 2. This version of the Java platform is specifically
well-suited for enterprise application development.
• Java 1.3 includes support for the Java Naming and Directory Interface
(JNDI), Java Sound, and support for RMI over IIOP. It also includes a
new, high performance just-in-time (JIT) compiler.
• Java 1.4, also known as Merlin, is the latest release of the Java platform.
Java 1.4 includes support for XML processing, the Java Cryptography
Extension (JCE), the Java Secure Socket Extension (JSSE), and the Java
Authentication and Authorization Service (JAAS).