26 August, 2012

Java Programming Language Keywords

Java Programming Language Keywords :

Identify all Java programming language keywords and correctly constructed identifiers.
Keywords are special reserved words in Java that you cannot use as identifiers (names) for classes, methods, or variables. They have meaning to the compiler; it uses them to figure out what your source code is trying to do. There are following 49 reserved keywords.


Java Programming Language - Reserved Keywords



2 comments: