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 parse method?
What is the java virtual machine?
Write a program to print fibonacci series up to count 10.
You're given a Boolean 2D matrix, can you find the number of islands?
What super () does in java?
How do generics work?
What is the use of default method in interface in java?
why we cannot declare static variable inside a static method
what is comparable and comparator interface?
What are methods and how are they defined?
Write a program to find the whether a number is an Armstrong number or not?
What is hypertext?