キーワードの定義と特徴

855 ワード

定義:Java言語に特殊な意味が付与され、専門的な用途として使用される文字列(単語)の特徴:キーワードのすべてのアルファベットが小文字である
            :
class  interface  enum  byte  short  int  long  float  double  char  boolean  void
             :
true  false  null
            :
if  else  switch  case  default  while  do  for  break  continue  return
               :
private  protected  public
     ,  ,         :
abstract  final  static  synchronized
               :
extends  implements
             ,        :
new  this  super  instanceof
          :
try  catch  finally  throw  throws
       :
package  import
        :
native  strictfp  transient  volatile  assert