Tuesday, November 29, 2011

Is the ternary operator written x : y ? z or x ? y : z ?

It is written x ? y : z.
Category:Java Interview Questions

No comments:

Post a Comment