Você está na página 1de 2

Object name =

Abreviatura Thab = Resultado newo


new Object(args);
En Enumeration pe protected
Ex Exception pr private
Ob Object psf private static final
Psf public static final psfb private static final boolean
Psfb public static final boolean Psfi private static final int
Psfi public static final int psfs private static final String
Psfs public static final String pst printStackTrace();
public static void main(String[]
St String psvm
args){ }
ab abstract pu public
bo boolean re return
br break serr System.err.println(“”);
ca catch( sout System.out.println(“”);
cl class st static
cn continue sw switch(
df default: sy synchronized
dowhile do{ }while(condition); tds Thread.dumpStack();
eq equals th throws
try {}
ex extends trycatch
catch (Exception e) {}
fa false tw throw
fi final twn throw new
fl float wh while(
for (Iterator it = collection.iterator();
while (it.hasNext()) {
it.hasNext();) {
forc whileit Object elem = (Object) it.next();
Object elem = (Object) it.next();
}
}
for (Object elem : iterable) {
fore for for (int i = 0; i < 10; i++) {}
}
Shift + Alt +
Mover linea o lineas seleccionadas
fori for (int i = 0; i < arr.length; i++) { } Flechas
hacia arriba o hacia abajo.
arriba/abajo:
fy finally Control + K Autocompletar código
ie interface Control + E Elimina la linea actual
Control +
Ampliar ventana de código o
Ifelse if (condition){}else { } Shift +
diseño (Pantalla completa)
Enter:
im implements
iof instanceof
ir import
le length

Você também pode gostar