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 name of the java compiler?
What are order of precedence and associativity, and how are they used?
What is meant by Session? Explain something about HTTP Session Class?
Can we sort hashset in java?
Why only one Class is public in one file? Explain in details. Thanks in Advance.
Write a program to solve producer consumer problem in java?
What is arrays sort in java?
Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?
What about features of local inner class?
How do you write a good declaration?
What are access modifiers in Java ?
What state is a thread in when it is executing?