Java strings and substrings
        Posted  
        
            by omaxgreen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by omaxgreen
        
        
        
        Published on 2010-04-06T21:53:15Z
        Indexed on 
            2010/04/06
            22:03 UTC
        
        
        Read the original article
        Hit count: 391
        
hey folks,
Can someone help me with this Java problem?
I want to write a method that takes two strings as arguments and returns true if each character (including space and punctuation) that appears in one string also appears in the other.
Thanks
© Stack Overflow or respective owner