Answers for "what is the output?public class hello { public static void main(string args[]) { string str = ”hello”; str = ”world”; system.out.println(str); }}mark for review(1) pointshello worldhelloworldworldhello"

0

public class HelloWorld{ public static void main(String

public class HelloWorld{

     public static void main(String []args){
        System.out.println("Hello World");
     }
}
Posted by: Guest on January-01-1970

Code answers related to "what is the output?public class hello { public static void main(string args[]) { string str = ”hello”; str = ”world”; system.out.println(str); }}mark for review(1) pointshello worldhelloworldworldhello"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language