[Go to site: main page, start]

0% found this document useful (0 votes)
9 views1 page

Uso de la tecla TAB para abreviaturas

This document contains abbreviations and their corresponding full terms that are commonly used in Java code. There are over 40 abbreviations listed along with what they represent such as "psvm" for "public static void main" and "ifelse" for "if(condition){}else{}".

Uploaded by

Dante Garcia
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Uso de la tecla TAB para abreviaturas

This document contains abbreviations and their corresponding full terms that are commonly used in Java code. There are over 40 abbreviations listed along with what they represent such as "psvm" for "public static void main" and "ifelse" for "if(condition){}else{}".

Uploaded by

Dante Garcia
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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 [Link](“”);
fi Final sout [Link](“”);
fl Float st Static
forc for sw switch(
(Iterator it = [Link](); sy Synchronized
[Link](); tds [Link]();
){ th Throws
Object elem = (Object) [Link](); trycatch try {}
} catch (Exception e) {}
fore for (Object elem : iterable) { tw Throw
} twn throw new
fori for (int i = 0; i < [Link]; i++) { wh while(
}
whileit while ([Link]()) {
fy finally Object elem = (Object) [Link]();
ie interface }

Abreviatura / Resultado Abreviatura / Resultado

Solo escribir la abreviatura y presionar la tecla TAB

You might also like