Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between a choice and a list?
What does this () mean in java?
Explain about fail fast iterators in java?
Why is boolean important?
What is treeset in java?
What ide should I use for java?
Can a method be overloaded based on different return type but same argument type?
What do you mean by aggregation?
Why local variables are stored in stack?
What is garbage collection? Can it be forced to run?
Can we sort array in java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What do you mean by global variable?
Can a static method be final?
Is static a keyword in java?