In Java programming, what does the term 'true' represent?
Explanation
'true' in Java is a Boolean literal representing the logical value true. It is not a keyword, nor is it equivalent to numeric values like 0 or 1.
'true' in Java is a Boolean literal representing the logical value true. It is not a keyword, nor is it equivalent to numeric values like 0 or 1.