Hey java ppl i have a slight problem . Is the data range of char is 0-65536 or is it 0-65535 I ask this because every where it is written that range is 0-65536 but when i write this line char c=65536 ; it gives compile time error. Please tell me what is going on Regards denish