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 |
Explain about automatic type conversion in java?
How do you escape in java?
Should database connections be singleton?
What is Java Shutdown Hook?
Explain the advantages of packages in java?
what are upcasting and downcasting?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
what is a working thread? : Java thread
What we have to do, when we don't want to implement all methods of an interface?
What is string data type?
What are the two types of java?
what difference between throw and throws in exception handling.