Object obj = null // is this condition true ? yes : no var output = (obj == null) ? "Yes" : "No"; // output = "yes"