I need help with this Java exercise. I’m not allowed to useimports and I keep getting the alphabetical order wrong
/** Given a String array, return an String array with duplicate Strings removed if the array contains duplicate values. <br> Note: Capital letters count. <br> <br> removeDuplicateStrings({“a”}) ->
OR
OR