Difference Of String.Empty and " "

       String.Empty => Should not create any object
                                    it is better in memory management.    
 
      "" =>   This is create a new object in the memory
                  The value of this field is the zero-length string.