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 |
Can an interface extend another interface?
What is the arraylist in java?
Does java runtime require a license?
how to identify duplicate values in arraylist
what is the difference between a java object reference and c++ pointer?
what are the high-level thread states? : Java thread
What is the difference between a local variable and an instance variable?
Can we write any code after throw statement?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
what is web.xml?and its use?
Can a final method be overloaded?
What is meant by 'bit masking' in java?