Java NetBeans Shortcuts
System.out.println(“”)
Type sout and then press the TAB key for NetBeans to insert System. out. println(“”) with the cursor positioned within the double quotes.
String
Type St and then press the TAB key for NetBeans to insert String followed by the cursor.
br: break
bo: boolean
cl: class
cn: continue
db: double
df: default
eq: equal
ex: extends
pu: public
pr: private
fy: finally
le: length
wh: while
fi: final
fl: float
fa: false
sh: short
psf: private static final
psfb: private static final boolean
psfi: private static final int
psfs: private static final String
bcom: /**/