`
terry0501
  • 浏览: 305445 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

New Features of JAVA SE 6.

 
阅读更多

 

      

Following are the new features in SE 6.

  1. Changes in I/O
    This is a new feature added in Java SE 6, which has the ability to read text from a terminal without having it echo on the screen through java.io.Console.
      

  2. Collections Framework Enhancement
    In Collection framework, we are able to improve the performance hashing function that is used by java.util.HashMap. It provides some new Collection interfaces also.
      

  3. Changes in jar and zip
    Jar and zip support has been enhanced in JDK 6. In this, two new compressed streams have been added. These are java.util.zip.DeflaterInputStream and java.util.zip.InflaterOutputStream.
      

  4. Java Web Start enhancements in version 6
    The cache format of Java Web Start and Plug-In has been fully changed. All dialogs have been redesigned and consolidated between Java Web Start and Plug-In to be more user friendly.
      

  5. JMX API Enhancements
    Enhancements has been made to the JMX API in Java SE 6 like : JMX API now completely supports Generics, MXBeans have been added and much more?
      

  6. Java Platform Debugger Architecture Enhancements
    JVMDI has been deleted in JAVA SE 6 and JPDA has been added. Some new Methods are included like boolean boolean canGetInstanceInfo() and much more?
      

  7. Java SE 6 Monitoring and Management Enhancements
    API provided by JAVA SE allows you to monitor and manage the JVM in the package java.lang.management. JAVA SE 6 includes some enhancement to this API.
      

  8. New Package java.util.spi in JDK 6
    A new package Java.util.spi has been included in JAVA SE 6.
      

  9. Networking features and enhancements in Java SE version 6.0
    This feature include enhancement in networkInterface, support for Internationalized Domain Names, HTTP Negotiate Authentication and much more?
      

  10. Enhancements in java.lang.Class and java.lang.reflect
    Some new Methods are included in java.lang.Class like : getInterfaces(), getClasses(), getConsturctors(), getMethod(String, Class?) and much more?.
      

  11. Enhancement in RMI for JDKTM 6
    java.rmi.MarshalledObject now support generics
      

  12. JAVA SE 6 Security Enhancements
    JAVA SE 6 has added support for some security functionality: the XML Digital signature API and implementation, Smart Card I/O API. And much more? 
      

  13. Serialization Changes and Enhancements in JAVA SE Development Kit 6
    The new method ObjectStreamClass.lookupAny now used to obtain an ObjectStreamClass instance for a non-serializable Class
      

  14. JavaTM Virtual Machine Technology
    DTrace support has include in Java SE 6 HotSpot VM. The hotspot provider makes available probes that can be used to track the lifespan of the VM, thread start and stop events
      

  15. Scripting for the Java Platform
    By using this Features developers integrate Java technology and scripting languages by defining a standard framework and application programming interface (API)
     

  16. Leveraging Security in the Native Platform Using Java SE 6 Technology
    The JAVA SE 6 provide a large set of security APIs. These Security APIs span a wide range of areas, including cryptography public key infrastructure, secure communication, authentication, and access control.

  17. JAX-Web Services 2.0 With the Java SE 6 Platform
    Most exciting new features of the JAVA SE 6 is support for the Java API for XML Web Services (JAX-WS), version 2.0.

分享到:
评论

相关推荐

    JDK1.8新特性-New Features in Java SE 8

    JDK1.8新特性,New Features in Java SE 8

    Core Java for the Impatient

    Given the size of the language and the scope of the new features introduced in Java SE 8, there’s plenty of material to cover, but it’s presented in small chunks organized for quick access and easy...

    Core.Java.Volume.I.Fundamentals.10th.Edition.2016.1 Java 核心编程原书第10版

    Rewritten and reorganized to illuminate new Java SE 8 features, idioms, and best practices, it contains hundreds of example programs—all carefully crafted for easy understanding and practical ...

    Core Java Vol.1 Fundamentals (Horstmann, Cornell 9th 2012)

    All of the code examples have been updated to reflect these enhancements, and complete descriptions of new SE 7 features are integrated with insightful explanations of fundamental Java concepts....

    Java SE 8 for the Really Impatient(O'Reilly,2014)

    Horstmann concisely introduces Java 8’s most valuable new features (plus a few Java 7 innovations that haven’t gotten the attention they deserve). If you’re an experienced Java programmer, ...

    Core Java, Volume II--Advanced Features (9th Edition).pdf

    Complete descriptions of new language and platform features are highlighted and integrated with insightful explanations of advanced Java programming techniques. You’ll learn all you need to build ...

    Core Java Volume II 最新第8版 part1全两卷 (附随书源码)

    Fully updated for the new Java SE 6 platform, this no-nonsense tutorial and reliable reference illuminates the most important language and library features with thoroughly tested real-world examples....

    Java SE 8 for the Really Impatient

    Horstmann ('Core Java') concisely introduces Java 8's most valuable new features (plus a few Java 7 innovations that haven't gotten the attention they deserve). If you're an experienced Java ...

    java7帮助文档

    Java Virtual Machine Support for Non-Java Languages: Java SE 7 introduces a new JVM instruction that simplifies the implementation of dynamically typed programming languages on the JVM. Garbage-First...

    Core Java. Volume I. Fundamentals, 8th Edition

    Fully updated for the new Java SE 6 platform, this no-nonsense tutorial and reliable reference illuminates the most important language and library features with thoroughly tested real-world examples....

    Thinking in Java 4th Edition

    Java SE5 and SE6 .................. 2 Java SE6 ......................................... 2 The 4th edition........................ 2 Changes .......................................... 3 Note on the ...

    Pro CDI 2 in Java EE 8.pdf

    They show you how to use CDI in a Java SE environment with the new CDI initialization and configuration API, and how to dynamically modify the configuration of beans at application startup by using ...

    Core Java® Volume I—Fundamentals Tenth Edition

    Rewritten and reorganized to illuminate new Java SE 8 features, idioms, and best practices, it contains hundreds of example programs—all carefully crafted for easy understanding and practical ...

    java_ee_sdk-8u1.zip

    Java Platform, Enterprise Edition 8 SDK Update 1 Java EE 8 continues to improve API and programming...Support for Java SE 8 new capabilities (e.g. Date & Time API, Streams API, annotations enhancements)

    JavaSE-6.0-英文手册(2008/11/30_FullUpdate)

    Java SE 6 Overview New Features and Enhancements (available only on the java.sun.com website) Java Language Java Programming Language Virtual Machine Virtual Machine Base Libraries java.lang...

    Core Java(Volume II--Advanced Features 9th Edition)

    Complete descriptions of new language and platform features are highlighted and integrated with insightful explanations of advanced Java programming techniques. You’ll learn all you need to build ...

    java.核心技术.第八版 卷1

    Volume I is designed to quickly bring you up to speed on what’s new in Java SE 6 and to help you make the transition as efficiently as possible, whether you’re upgrading from an earlier version of ...

    Core Java Volume II Advanced Features__10th edition

    Now, Core Java®, Volume II—Advanced Features, Tenth Edition, has been extensively updated to reflect the most eagerly awaited and innovative version of Java in years: Java SE 8. Rewritten and ...

Global site tag (gtag.js) - Google Analytics