byte [ ] hehe = { 95 , 95 , 95 };Syste.out.println ( ( char [ ] ) hehe );为什么会出现以下错误:
cannot cast byte[] to char[] at line 31具体应该怎么改正呢?