CCTest14v.java :  » IDE-Netbeans » java » test14 » Java Open Source

Java Open Source » IDE Netbeans » java 
java » test14 » CCTest14v.java
package test14;

public class CCTest14v {
    
    public static void main(String[] args) {
        List<String> l; //Check the CC after <
  
  l = new List<String>(); //Check the CC after <
  
        l.add("Hello, world"); //Check the signature of the method provided by the CC
  

    }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.