Java - Strings and String Handling
Given the string
input = "apple,banana,orange", which code snippet correctly replaces all commas with semicolons and converts the result to uppercase?