
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
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.
Advertisements