 
  Data Structure Data Structure
 Networking Networking
 RDBMS RDBMS
 Operating System Operating System
 Java Java
 MS Excel MS Excel
 iOS iOS
 HTML HTML
 CSS CSS
 Android Android
 Python Python
 C Programming C Programming
 C++ C++
 C# C#
 MongoDB MongoDB
 MySQL MySQL
 Javascript Javascript
 PHP PHP
- 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
 