Communities
|
Social Applications
Networks
Support
|
|
C-Level Executives
Other Roles
|
|
Support
Education
Partner
Other Tasks
|
Java
Java SE
Community
|
|
|
|
Read what these customers think about our latest release, Java SE 6. If you have used Java SE 6 (aka JDK6 beta, Peabody), tell the product team about it to share your experience and for a chance to get highlighted on our site!

List<ContractDetails> contractDetails = new ArrayList<ContractDetails>(); or Set<Exchange> exchanges = new TreeSet<Exchange>(); , which in my opinion better reflects the purpose. Cleaned-up almost every for-loop by using the enhanced for-loop; e.g.
for (FutureContract contract : contract) {
if (contract.getExchange().isOpen() ...
}
instead of using a helper variable to keep track of the index. Looks nicer, is cleaner and less code means less chances of introducing bugs. Microsoft has a similair solution in C# 2.0 but is using two keywords, namely: for (int i=0; i < 10; i++) { ... } and foreach (String s in myCollection) { ... }. GroupLayout layout = groupLayout(panel, JComponent[] { /* labels */ }, JComponent[] { /* fields, e.g., JTextField or JComboBox */ });. javax.xml.stream.XMLStreamReader() interface and the XMLInputFactory() class instead of using the java.util.Properties() class. imagelooop.de "offers non-technical users easy, innovative new ways to integrate photos into their personalized web pages, blogs, and MySpace profiles by using advanced Web 2.0 photo gadgets. Developers can take advantage of the imagelooop API. Robert has been working with the weekly drops of Java SE 6 for the past 6 months and has been so pleased with the performance and stability that we are convinced that we could deploy with the beta version of the platform. Find out more about imageloop and imagelooop.de (German)."
Softmethod has a long history of delivering high performance transaction-processing solutions. For over 10 years, Java technology has played a major role in the delivery of those solutions. When asked about their impression of Java SE 6 so far, Director of Development Felix Schupp offered,"We've been testing the weekly builds for several months and have been very impressed with the performance improvements and stability Sun has achieved."
|
Java SDKs and Tools
|
||
|
Java Resources
|
||
