October 12th, 2009 What is the conditional operator? No Comments, Java Facts, by Daisy Williams. The conditional operator is denoted by using the ?: operator. It is used as a short hand for an if-else… Tags: ?:, conditional operator, if, ternary operator