int a = new char(); 는 컴파일이 되는데
char a = new int(); 는 컴파일이 안되는 이유를
명쾌하게 뭐라고 해야할까요?