mainclass.java:
Код: Выделить всё
package test;
import java.lang.Double;
import java.lang.Integer;
public class MainClass {
public static void main (String args[]) {
Integer intWrapper = 4;
Double doubleWrapper = 8.0d;
}
}
< /p>
без импорта: < /p>
Подробнее здесь: https://stackoverflow.com/questions/767 ... type-error