public class Main {
public static void main(String[] args) {
String str = "Hello";
str = "Sookshmas";
System.out.println(str);
}
}

What is the output ?

Posted on by