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 the default execution method in java?
Can we override private constructor in java?
can we create a instance for intwerface?
What is pass by value?
How to declare an arraylist in java?
What is the difference between final, finally and finalize() in java?
What is the difference between an argument and a parameter?
Explain 5 features introduced in jdk 1.7?
What is ascii code?
Why is static used?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
What is the use of java?