Does 'true' and 'false' are keywords?
Answers were Sorted based on User's Feedback
Answer / vijayakumar chinnasamy
true and false are literal constant in java.there is no
numeric value for true and false like 1 and 0 or char value
T and F.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sudhakar
true and false are not keywords. Those literals
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / javachi
These are not keywords, we may use this to define for boolean values as literals.
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the legal parameters?
Can constructor return value?
Where and how can you use a private constructor?
Does java allow overriding static methods ?
What was java originally called?
What is garbage collector?
what is the difference b/w design pattern and architecture
Is boolean a data type in java?
What is the difference between Error, defect,fault, failure and mistake?
what is struts-config-xml?and its use?
What is the default value of byte datatype in java?
What are the main features of java?