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
Where is java located?
Why java is said to be pass-by-value ?
What is a pointer and does java support pointers?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
Which is better stringbuilder or stringbuffer?
How many bytes is a string in java?
What is variable explain with example?
How is garbage collection controlled?
What is treeset in java collection?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What is toarray method in java?
Can singleton class be serialized?
What is an 8 bit word?
What are the advantages of passing this into a method instead of the current class object itself?
Difference between character constant and string constant in java ?