下面的Java赋值语句哪些是有错误的 ()
int i =1000;
float f = 45.0;
char s = ‘\u0639’;
Object o = ‘f’;
String s = "hello,world\0";
Double d = 100;