K
keyword

A word reserved by the Java programming language for its exclusive use, which is therefore not available for developer use in naming variables or methods. For example, String for = "x"; is illegal because for is a keyword. Note that two terms, const and goto, are reserved but not used.

Get Java Garage now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.