You are on page 1of 1

En Enumeration ifelse if (condition){}else {

Ex Exception }
Ob Object im Implements
Psf public static final iof Instanceof
Psfb public static final Boolean ir Import
Psfi public static final int le Length
Psfs public static final String newo Object name = new Object(args);
St String pe Protected
ab Abstract pr Private
bo Boolean psf private static final
br Break psfb private static final boolean
ca catch( Psfi private static final int
cl Class psfs private static final String
cn Continue pst printStackTrace();
df default: psvm public static void main(String[]
dowhile do{ args){
}while(condition); }
eq Equals pu Public
ex Extends re Return
fa False serr System.err.println(“”);
fi Final sout System.out.println(“”);
fl Float st Static
forc for sw switch(
(Iterator it = collection.iterator(); sy Synchronized
it.hasNext(); tds Thread.dumpStack();
){ th Throws
Object elem = (Object) it.next(); trycatch try {}
} catch (Exception e) {}
fore for (Object elem : iterable) { tw Throw
} twn throw new
fori for (int i = 0; i < arr.length; i++) { wh while(
}
whileit while (it.hasNext()) {
fy finally Object elem = (Object) it.next();
ie interface }

Abreviatura / Resultado Abreviatura / Resultado

Solo escribir la abreviatura y presionar la tecla TAB

You might also like