DEV Community

LAKSHMI G
LAKSHMI G

Posted on

Java Keywords

  1. abstract , assert , boolean , break , byte
  2. case , catch , char , class , const*
  3. continue , default , do , double , else
  4. enum , extends , final , finally , float
  5. for , goto* , if , implements , import
  6. instanceof , int , interface , long , native
  7. new , package , private , protected , public
  8. return , short , static , strictfp , super
  9. switch , synchronized, this , throw , throws
  10. transient , try , void , volatile , while

Java Literals (Not keywords, but important)

  • true
  • false
  • null

Top comments (0)