class Hell { public static void main(String[] args) { Integer i = 42; String s = (i50)?”base”:”ball”; System.out.println(s); } }

A) null

B) ball

C) base

D) None

View Answer
Option – B.