Question: Question 2 What will the following code fragment print out? String myString = Welcome; System.out.println(myString.replace('e','a')); A. Welcome B. Walcome C. Walcoma D. Welcame
Question 2
What will the following code fragment print out?
String myString = "Welcome";
System.out.println(myString.replace('e','a'));
|
| A. | Welcome |
|
| B. | Walcome |
|
| C. | Walcoma |
|
| D. | Welcame |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
