Basic function, Database, XML, JSP, Filesystem, Network, Servlet, Mail, Thread, Date Time, Input/Output
ternary operator ? true value: false valueint M = 1int N = 2M = ( N== 1) ? 5 : 6Result M = 5
M=6
Post a Comment
1 comment:
M=6
Post a Comment