1.

State the data type and value of res after the following is executed : char ch = ‘9’; res = Character. isDigit(ch) ;

Answer»

boolean True



Discussion

No Comment Found

Related InterviewSolutions