In Java programming, what does the term 'true' represent?

Choose the correct answer

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.