1 / 6

Java 6

Java 6. CSE301 University of Sunderland Harry R. Erwin, PhD. Collections Framework Deployment (Java Web Start and Java Plug-in) Drag and Drop Instrumentation Internationalization Support I/O Support JAR (Java Archive Files) - Java Web Start Java DB 10.2 JDBC4

samara
Download Presentation

Java 6

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java 6 CSE301 University of Sunderland Harry R. Erwin, PhD

  2. Collections Framework Deployment (Java Web Start and Java Plug-in) Drag and Drop Instrumentation Internationalization Support I/O Support JAR (Java Archive Files) - Java Web Start Java DB 10.2 JDBC4 JMX (Java Management Extensions) JPDA (Java Platform Debugger Architecture) JVM TI (Java Virtual Machine Tool Interface) lang and util Packages Monitoring and Management for the Java Platform JConsole is Officially Supported in Java SE 6 Networking Features Performance Reflection RMI (Remote Method Invocation) Scripting Security Serialization of Objects Swing VM (Java Virtual Machine) List of Changes (from Sun Site)

  3. Collections Framework • Deque (double ended queue) • BlockingDeque (wait if empty) • NavigableSet • NavigableMap • ConcurrentNavigableMap • Concrete implementations to support these.

  4. I/O Support • New Console class provided. • New File methods. • Methods to set/query file permissions.

  5. Scripting • Now supports scripting languages • Mozilla Rhino:JavaScript for Java is included.

  6. Swing • Miscellaneous bug fixes • Drag and Drop improved • SwingWorker to help create multithreaded Swing applications • Improved printing • GroupLayout • JTable sorting and filtering

More Related