public class TestHashCode {
public static void main(String[] args) { String s = "OK"; StringBuffer s1 = new StringBuffer(s); System.o