Hola, hallamos la solución a lo que buscas, desplázate y la encontrarás aquí.
Ejemplo: int no puede ser desreferenciado???
Primitives(byte,char,short,int,long,float,double,boolean) are not
objects and do not have member variables or methods. They're just simple values.
So you cannot do somePrimitive.something().So in the above example, x is an
int, a primitive, and therefore cannot be dereferenced - meaning x.anything is
invalid syntax in Java.
Aquí tienes las comentarios y valoraciones
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)