So far from I have been searching through the net, the statement always have if and else condition such as a ? b : c. I would like to know whether the if<
a ? b : c
if<
Why using ternary operator when you have only one choice?
if (pstmt != null) pstmt.close();
is enough!