False
Java keywords are not written in lowercase as well as uppercase. JavaScript is known to be case sensitive. All the keywords are the small case in the original java version. Therefore, Java keywords must be written with a consistent capitalization of the letters. For example, the word apple must be typed as "an apple," not "Apple" or "APPLE."
Another example of this is the word "online," which is known to have many variables (online, Online, OnLine, and online). In JAVA, it should be written as "online."
Not only keywords are case sensitive in JAVA, variables, function names, and all other identifiers must be typed in lower cases.