>FromYourCode();

Source code quote in Java134

  6 July, 2014 at 11:48
    /**
     *  BLANK_STRING storing "" for comparision
     */
    public static transient String BLANK_STRING = "";
    /**
     * The empty String <code>""</code>.
     *  
     */
    public static final String EMPTY = "";

Check similar quotes

Share this quote