Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Resumen 3

Descargar como pdf o txt
Descargar como pdf o txt
Está en la página 1de 1

DEFINICION DE CONSTANTES

Mediante la palabra clave final que se escribe antes del tipo


de variable. Puede aplicarse a cualquier dato numérico.

Ejemplo:

final double PI;

PI=3.1415;

PERTENECE ¿ES ESTÁTI-


METODO ENTRA UN SALE UN
A LA CLASE CO?
Integer.parseInt(String s) Integer SI String int
Double.parseDouble(string s) Double SI String double

System.out.print:

PERTENECE ¿ES ESTÁTI- System.out.print(“hola”);


METODO ENTRA UN SALE UN
A LA CLASE CO?
System.out.println(“hola”);
Long.parseLong(String s) Long SI String long
Byte.partseByte(String s) byte SI String byte System.out.printf(“1.2f”,2.76767);

Short.parseShort(String s) short SI String short


JAVA HOJA RESUMEN 3

También podría gustarte