Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (45k points)
edited by
Could someone tell me which is a reserved word in the Java programming language?

1 Answer

0 votes
by (99k points)

A Reserved word is known as a keyword that is assigned for some internal processes to denote some predefined actions within a programming language. Now within the Java programming language, there are in total 52 keywords or reserved words. And out of those 52 reserved words, 1 is in preview, and 2 are not in use. So, that leaves with 49 keywords in Java. Some of the reserved words within Java are; abstract, break, char, default, extends, final, float, interface, long, return, while, etc.

If you wish to learn and get trained in Java, then check out the Java training course from Intellipaat. This course offers you with 40hrs of instructor-led course and 7 guided projects. Also, check out our YouTube video on Easy Way to Learn New Programming Languages.

Browse Categories

...