Login


Lost your password?

Don't have an account ?
Register (It's FREE) ×
  


Shop
Java All : Conversion and Checking Functions


Exam Paper Problems

Return data type of isLetter #3970

( As In Exam - ICSE2015 )

State the data type and the value of y after the following is executed :

State the data type and the value of y after the following is executed :

char x = '7';
y = Character.isLetter(x);



Exam Paper Problems:1 
Back