What is Java Keywords

Table of contents

  1. Keywords are reserved words which are predefined meanings in Java.

  2. keywords should be always written in lowercase.

Keywords in Java

boolean, break, abstract, byte, case ,catch, class, char, const, continue, default, do, double, if, else, enum, extends, final, finally, float,for, implement, import, int, interface, long, native, new , package, private , public, protected, return.