Can relational operators be used on arithmetic expressions in Java?

Yes, relational operators can be used on arithmetic expressions in Java. For example, the expression "x > 5" is a valid arithmetic expression in Java, where x is a numerical value.