Код: Выделить всё
class abc
{
public static void main(String args[])
{
String y;
y = 'hello';
System.out.println(y);
}
}
Есть идеи?
Спасибо.
Подробнее здесь: https://stackoverflow.com/questions/173 ... eral-error
Код: Выделить всё
class abc
{
public static void main(String args[])
{
String y;
y = 'hello';
System.out.println(y);
}
}