I read in the book for OCJP for Java6 the part with assertions. I reached the part where it gives me an overview of how the compiler reacts if the word 'assert' is used as keyword or as an identifier.
What is the difference between a keyword and an identifier? Can anyone give me a simple explanation and additionally one or more examples for both?