Enter the result string (without quotes) after executing the following code.
String str = "Jav";
str = (str + str.charAt(1)).toLowerCase();Enter the result string (without quotes) after executing the following code.
String str = "Jav";
str = (str + str.charAt(1)).toLowerCase();Create a free account to access the full topic