Explanatory Question
State the data type and value of res after the following is executed:
char ch='t';
res= Character.toUpperCase(ch);
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.