Reserved Words/Keywords:-
Keyword एक प्रकार का word हैं ऐसा Word जो पहले से library में स्टोर होता हैं यानि कम्पाइलर को इनका अर्थ पहले से पता होता हैं। किसी Variable, Function, Object etc. को बनाने में कीवर्ड का Use नहीं कर सकते हैं। जैसे किसी प्रोग्राम में new, if नाम से variable नहीं बना सकते क्योंकि ये एक keywords हैं। if का यूज़ statement में होता हैं।
Reserved Words/Keywords:-
Keyword is a type of word which is already stored in the library, that is, the compiler already knows its meaning. Any Variable, Function, Object etc. Keyword cannot be used in creating. For example, in any program, you cannot create a variable with the name new, if because these are keywords. If is used in statement.
Keyword List:-
Abstract |
Arguments |
await* |
Boolean |
break |
byte |
Case |
Catch |
Char |
class* |
const |
continue |
Debugger |
Default |
Delete |
Do |
double |
else |
enum* |
Eval |
export* |
extends* |
false |
final |
Finally |
Float |
For |
Function |
goto |
if |
Implements |
import* |
In |
Instanceof |
int |
interface |
let* |
Long |
Native |
New |
null |
package |
Private |
Protected |
Public |
Return |
short |
static |
super* |
Switch |
Synchronized |
This |
throw |
throws |
Transient |
True |
Try |
Typeof |
var |
void |
Volatile |
While |
With |
Yield |
|
|