New features in java 7

前端 未结 8 943
再見小時候
再見小時候 2020-12-02 04:14

What new features in java 7 is going to be implemented? And what are they doing now?

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 05:07

    The following list contains links to the the enhancements pages in the Java SE 7.

    Swing
    IO and New IO
    Networking
    Security
    Concurrency Utilities
    Rich Internet Applications (RIA)/Deployment
        Requesting and Customizing Applet Decoration in Dragg able Applets
        Embedding JNLP File in Applet Tag
        Deploying without Codebase
        Handling Applet Initialization Status with Event Handlers
    Java 2D
    Java XML – JAXP, JAXB, and JAX-WS
    Internationalization
    java.lang Package
        Multithreaded Custom Class Loaders in Java SE 7
    Java Programming Language
        Binary Literals
        Strings in switch Statements
        The try-with-resources Statement
        Catching Multiple Exception Types and Rethrowing Exceptions with Improved Type Checking
        Underscores in Numeric Literals
        Type Inference for Generic Instance Creation
        Improved Compiler Warnings and Errors When Using Non-Reifiable Formal Parameters with Varargs Methods
    Java Virtual Machine (JVM)
        Java Virtual Machine Support for Non-Java Languages
        Garbage-First Collector
        Java HotSpot Virtual Machine Performance Enhancements
    JDBC
    

    Reference 1 Reference 2

提交回复
热议问题