What will be the output of the following Java
program? class output
{
public static void main(String argsl)
{
String s1 = "Hello"; String s2 = 51.replace()'w');
System.out.println(s2);
}}
Options
O hewlo
O hewwo
hello
O helwo
Answers
Answered by
0
Answer:
is it from white hat jr??
Similar questions