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