Danish Ansari
07/28/2021, 12:54 PMtoUpperCase() and toLowerCase() got deprecated in 1.5 uppercase() and lowercase() seems to have exactly same code, so why rename such a common method name after such stability of the language?bezrukov
07/28/2021, 1:04 PMseems to have exactly same codeno, toUpperCase uses Locale.getDefault while uppercase uses Locale.ROOT
bezrukov
07/28/2021, 1:05 PMDanish Ansari
07/28/2021, 1:07 PM