You are now ready to start juggling with the new features which JDK 7 has to offer. You may test your code in your favourite text editor, or perhaps you wish to try Netbeans 7.0 Beta IDE which ...
package examples.dustin; import java.util.Collection; /** * Simple example that breaks in Java SE 7, but not in Java SE 6. * * @author Dustin */ public class Main { public static String[] ...