Question: What is keyword ?
Ans: keyword are reserved word whose value are already defined in java , We can not use use keyword variable (Identifier) in our personal use .
Example - char char = 5;
- Yaha yellow background wala char ek keyword hai, ek data type hai lekin hamne variable name bhi char dala hai jo ki galt hai ham ise use nhi kr skte .
- Keywords are case sensitive .
- Example:
char CHAR = 5;
Comments
Post a Comment