Quantcast
Channel: S. Nageswara Rao, Corporate Trainer – Way2Java
Viewing all articles
Browse latest Browse all 505

Java Made Clear: Difference between Keyword and Reserved word

$
0
0
Java comes with total 53 words that cannot be used in programming. 48 Keywords as on JDk 1.5 release (from JDK 1.5 to 1.8 nothing is added to list). 2 Reserved words of "const" and "goto". 3 Literals of true, false and null. Let us go in detail. Keywords: Keywords has special meaning (functionality) to […]

Viewing all articles
Browse latest Browse all 505

Trending Articles