- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What are the different types of keywords in Java?
Following are the different types of keywords in java—
- Access modifiers − private, protected, public.
- Class, method, variable modifiers− abstract, class, extends, final, implements, interface, native, new, static, strictfp, synchronized, transient, volatile.
- Flow control− break, case, continue, default, do, else, for, if, instanceof, return, switch, while.
- Package control− import, package.
- Primitive types− boolean, byte, char, double, float, int, long, short.
- Error handling− assert, catch, finally, throw, throws, try.
- Enumeration− enum.
- Others− super, this, void.
- Unused− const, goto.
- Related Articles
- What are the different types of keywords in C language?
- What are the different types of classes in Java?
- What are the different types of JOptionPane dialogs in Java?
- What are the different types of nested classes are defined in Java?
- What are the different module types in Java 9?
- What are the different "/types" commands in JShell in Java 9?
- What are the different types of psychotherapy?
- What are the Different Types of Marketing?
- What are the different types of fabrics?
- What are the different types of Respiration?
- What are the different types of solutions?
- What are the different types of motion?
- What are the different types of DBMS?
- What are the different types of ISDN?
- What are different types of Respiration?

Advertisements