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 is string immutability?
Explain the selection sort algorithm and state its time complexity?
What are the differences between include directive and include action?
What is thread life cycle?
Can you make a constructor final in Java?
0 Answers SwanSoft Technologies,
Tell me a few examples of final classes defined in Java API?
Explain about complier design(phases)
0 Answers Aditi Placement Service,
What is an abstract method in java programming?
How to create an interface?
What does java edition mean?
Can a boolean be null java?
What is the arraylist in java?