public class Archana { public static void main(String args[]){ String s1 = new String("Hello"); String s2 = new String("Hellow"); System.out.println(s1 = s2); }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login