Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
java language keywords :
Code:
abstract assert boolean break byte case catch char class const continue default do double else enum extends final finally float for goto if implements import instanceof int interface long native new package private protected public return short static strictfp super switch synchronized this throw throws transient try void volatile while
These words are reserved as a java keywords .
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
msi_333
Question subject: Re: java language keywords
Posted: Sat Aug 22, 2009 12:07 am
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
i just want to add note about strictfp java keyword and it is : The keyword strictfp is used to add more floating point arithmetic operations control. To avoid overflow and underflow in your floating calculations , you may need this in on your program , on some machines that doesn't provide large precision . in this case strictfp will be your solution .
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )