Reserved words or keywords are words that have a precise meaning to the compiler and cannot be used for other purposes in the program. For example, when the compiler sees the word class, it understands that the word after class is the name for the class.
Learn more keywords
const ,finally, int , public, this, continue, float, interface, return, throw, abstract, Boolean, break,
default ,for ,long ,short ,throws, do, goto, native, static, transient, double, byte, case, catch, char
if, new , strictfp, try, else, implements, package, super, void ,extends, import, class, private, switch, volatile, final, instanceof, protected, synchronized ,while
The keywords const and goto are reserved but they are not in used.
0 Comments:
Post a Comment