Page 93 - การเขียนโปรแกรมบนมาตรฐานเปิด
P. 93
93
ค าสงวน (Reserved Word)
้
หมายถึง ค าที่ใชในการด าเนินการภายในโปรแกรม Java และ ห้ามน ามาตั้งเป็นชื่อของตัวแปรซึ่งมี
รายละเอียดดังนี้
abstract assert boolean break byte case
catch char class const continue default
double do else enum extends false
final finally float for goto if
implements import instanceof int interface long
native new null package private protected
public return short static strictfp super
switch synchronized this throw throws transient
true try void volatile while
ที่มา: http://Java.about.com/od/javasyntax/a/reservdwords.htm

