关键字概念
一些辅以特定的含义,用做专门用途的字符串称之为关键字。
都是小写英文。
goto 、const 从未使用,但也作关键字保留。
 
 abstract  default if  private  this 
 boolean  do  implements  protected  throw
 break  double  import  public  throws
 byte  else  instanceof  return  transient
 case  extends  int  short  try
 catch  final  interface  static  void
 char  finally  long  strictfp  volatile
 class  float  native  super  while
 const  for  new  switch  null
 continue  goto  package  synchronized