+ 1
char is Character(abc+-&123ABC) data type which holds single character, It is a primitive data type in Java If you cast a char to int it will print the ACII value of that character and vice versa
6th May 2020, 9:08 AM
Subash
Subash - avatar