Java 6 - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

Java 6

Description:

JAR (Java Archive Files) - Java Web Start. Java DB 10.2 JDBC4. JMX (Java ... JVM TI (Java Virtual Machine Tool Interface) ... bug fixes. Drag ... – PowerPoint PPT presentation

Number of Views:104
Avg rating:3.0/5.0
Slides: 7
Provided by: harry66
Category:

less

Transcript and Presenter's Notes

Title: Java 6


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

2
List of Changes (from Sun Site)
  • 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)

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 RhinoJavaScript 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
Write a Comment
User Comments (0)
About PowerShow.com