+ 1
What is keyword in C? It uses in java also?
please put your answer with full of details. Thank you.
3 Respuestas
+ 1
The Java and C/C++ programming language has total of about 50 reserved keywords which have special meaning for the compiler and cannot be used as variable names. Following is a list of Java keywords in alphabetical order. e.g.
abstract, assert, boolean, break, byte, case, catch, char, class, const, continue, default, do, double, else, enum, extends, final, finally, float, for, goto, if, implements, import, instanceof, int, interface, long, native, new, package, private, protected, public, return, short, static, strictfp, super, switch, synchronized, this, throwthrows
transient, try, void, volatile, while
You can use online for the usage and working procedures😆
+ 3
thank you Junayed.
🙏
+ 1
You are most welcome😍🤗😆