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 […]
↧